Record Class MessagingMessageListenerAdapter.ReplyExpressionRoot
java.lang.Object
java.lang.Record
org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.ReplyExpressionRoot
- Record Components:
request- the request.source- the source.result- the result.
- Enclosing class:
MessagingMessageListenerAdapter<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionReplyExpressionRoot(Object request, @Nullable Object source, 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.result()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
-