public abstract class AbstractMqttTransportConnector extends AbstractTransportConnector
AbstractTransportConnector.AuthenticationConsumerEMPTY_PARENT| Constructor and Description |
|---|
AbstractMqttTransportConnector() |
| Modifier and Type | Method and Description |
|---|---|
static String |
composeNames(String parent,
String name)
Composes a hierarchical stream name (in the syntax/semantics of the
connector).
|
String |
composeStreamName(String parent,
String name)
Composes a hierarchical stream name (in the syntax/semantics of the
connector).
|
applyAuthenticationKey, connect, detachReceptionCallback, disconnect, getActionTimeout, getApplicationId, getApplicationId, getCallback, getCloseAction, getKeystorePassword, getKeystorePassword, getTransportParameter, isStreamKnown, notifyCallback, registerStream, serialize, setReceptionCallback, unsubscribeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasyncSend, enabledEncryption, getName, supportedEncryption, syncSendpublic static String composeNames(String parent, String name)
parent - the parent name (may be TransportConnector.EMPTY_PARENT for top-level streams)name - the name of the streamIllegalArgumentException - in case that the stream name is (structurally) illegalpublic String composeStreamName(String parent, String name)
TransportConnectorparent - the parent name (may be TransportConnector.EMPTY_PARENT for top-level streams)name - the name of the streamCopyright © 2022. All rights reserved.