Package com.rabbitmq.stream
Interface MessageHandler
public interface MessageHandler
Callback API for inbound messages.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInformation about the message. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(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
-