public interface MessageHandler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MessageHandler.Context
Information about the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(MessageHandler.Context context,
Message message)
Callback for an inbound message.
|
void handle(MessageHandler.Context context, Message message)
context - context on the messagemessage - the messageCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.