| Package | Description |
|---|---|
| org.eclipse.kapua.kura.simulator | |
| org.eclipse.kapua.kura.simulator.app | |
| org.eclipse.kapua.kura.simulator.payload |
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.subscribe(Topic topic,
java.util.function.Consumer<Message> consumer)
Subscribe to a topic or topic pattern
|
void |
MqttSimulatorTransport.subscribe(Topic topic,
java.util.function.Consumer<Message> consumer) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Request.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
static Request |
Request.parse(ApplicationContext context,
Message message) |
protected void |
AbstractDefaultApplication.process(ApplicationContext context,
Message message) |
default void |
Handler.processMessage(Message message) |
| Constructor and Description |
|---|
Request(ApplicationContext applicationContext,
Message message,
Map<String,Object> metrics,
String requestId,
String requesterClientId) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.localize(Topic topic) |
Message |
Message.localize(Topic topic,
Map<String,String> topicContext) |
Copyright © 2017. All rights reserved.