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