java.lang.Object
de.iip_ecosphere.platform.transport.spring.binder.mqttv5.MqttClient.SendEntry
- Enclosing class:
- MqttClient
private static class MqttClient.SendEntry
extends Object
Represents a message to be send while queuing for sending.
- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors
| Modifier |
Constructor |
Description |
private |
SendEntry(String topic,
byte[] payload) |
Creates a send entry.
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
private SendEntry(
String topic,
byte[] payload)
Creates a send entry.
- Parameters:
topic - the topic name
payload - the payload