Uses of Class
joynr.system.RoutingTypes.MqttAddress
-
Packages that use MqttAddress Package Description joynr.system joynr.system.RoutingTypes -
-
Uses of MqttAddress in joynr.system
Methods in joynr.system with parameters of type MqttAddress Modifier and Type Method Description Promise<DeferredVoid>DefaultRoutingProvider. addNextHop(String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible)Future<Void>RoutingAsync. addNextHop(Callback<Void> callback, String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible)default Future<Void>RoutingAsync. addNextHop(Callback<Void> callback, String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible, MessagingQos messagingQos)Promise<DeferredVoid>RoutingProvider. addNextHop(String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible)addNextHopvoidRoutingStatelessAsync. addNextHop(String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible, MessageIdCallback messageIdCallback)voidRoutingSync. addNextHop(String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible)default voidRoutingSync. addNextHop(String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible, MessagingQos messagingQos) -
Uses of MqttAddress in joynr.system.RoutingTypes
Constructors in joynr.system.RoutingTypes with parameters of type MqttAddress Constructor Description MqttAddress(MqttAddress mqttAddressObj)Copy constructor
-