@FunctionalInterface public static interface RequestReplyMessageReceiver.RequestMessageHandler
Modifier and Type | Method and Description |
---|---|
void |
onMessage(InboundMessage message,
RequestReplyMessageReceiver.Replier replier)
The callback to handle a request message and to publish a response.
|
void onMessage(InboundMessage message, RequestReplyMessageReceiver.Replier replier)
message
- the request messagereplier
- the message publishing utility for sending responses. null
value is
expected in a case when NON-Request-Reply messages are being received on a
topic subscription which is used for a Request-Reply interaction.Copyright 2019-2024 Solace Corporation. All rights reserved.