Package com.rabbitmq.stream
Interface MessageHandler
public interface MessageHandler
Callback API for inbound messages.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Information about the message. -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(MessageHandler.Context context, Message message) Callback for an inbound message.
-
Method Details
-
handle
Callback for an inbound message.- Parameters:
context
- context on the messagemessage
- the message
-