@FunctionalInterface public static interface MessageReceiver.MessageHandler
Modifier and Type | Method and Description |
---|---|
void |
onMessage(InboundMessage message)
The callback for processing inbound messages.
|
void onMessage(InboundMessage message)
message
- the received messageCopyright 2019-2024 Solace Corporation. All rights reserved.