Modifier and Type | Field and Description |
---|---|
static String |
COMPOSITE_NAME
The name of the composite
MessagingService |
Modifier and Type | Method and Description |
---|---|
void |
emit(String topic,
Map<String,Object> message)
Serializes the message Map to JSON sends it to the specified topic of this message broker.
|
void |
emit(String topic,
String message)
Sends the given message to the specified topic of this message broker.
|
static final String COMPOSITE_NAME
MessagingService
Copyright © 2021. All rights reserved.