Package | Description |
---|---|
org.maestro.agent.base | |
org.maestro.client.exchange | |
org.maestro.common.client | |
org.maestro.worker.common |
Modifier and Type | Method and Description |
---|---|
void |
MaestroAgent.handle(PingRequest note)
Ping request handler
|
Modifier and Type | Method and Description |
---|---|
static MaestroNote |
MaestroDeserializer.deserialize(byte[] bytes) |
T |
MaestroNoteDeserializer.deserialize(byte[] payload) |
static MaestroEvent |
MaestroDeserializer.deserializeEvent(byte[] bytes) |
void |
MaestroMqttClient.publish(String topic,
MaestroNote note)
Publishes a message in the broker
|
protected void |
MaestroMqttClient.publish(String topic,
MaestroNote note,
int qos,
boolean retained)
Publishes a message in the broker.
|
protected void |
MaestroMqttClient.publish(String topic,
MaestroNote note,
int qos,
boolean retained,
MaestroNoteCallback postProcessCallback)
Publishes a message in the broker.
|
Modifier and Type | Method and Description |
---|---|
void |
MaestroClient.publish(String topic,
MaestroNote note)
Publishes a message in the broker
|
Modifier and Type | Method and Description |
---|---|
void |
MaestroWorkerManager.handle(PingRequest note) |
This documentation was released into the public domain.