Record Class AbstractAdaptableMessageListener.ReplyExpressionRoot
java.lang.Object
java.lang.Record
org.springframework.amqp.rabbit.listener.adapter.AbstractAdaptableMessageListener.ReplyExpressionRoot
- Record Components:
request- the request message.source- the source data (e.g.o.s.messaging.Message<?>).result- the result.
- Enclosing class:
AbstractAdaptableMessageListener
-
Constructor Summary
ConstructorsConstructorDescriptionReplyExpressionRoot(Message request, @Nullable Object source, @Nullable Object result) Creates an instance of aReplyExpressionRootrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.request()Returns the value of therequestrecord component.@Nullable Objectresult()Returns the value of theresultrecord component.@Nullable Objectsource()Returns the value of thesourcerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
request
-
source
-
result
-