public interface RoutingAsync extends Routing
INTERFACE_NAME| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
addMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId) |
default Future<Void> |
addMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
BinderAddress binderAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
BinderAddress binderAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
BrowserAddress browserAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
BrowserAddress browserAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
ChannelAddress channelAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
ChannelAddress channelAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
MqttAddress mqttAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
MqttAddress mqttAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
UdsAddress udsAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
UdsAddress udsAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
UdsClientAddress udsClientAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
UdsClientAddress udsClientAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
WebSocketAddress webSocketAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
WebSocketAddress webSocketAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
WebSocketClientAddress webSocketClientAddress,
Boolean isGloballyVisible) |
default Future<Void> |
addNextHop(Callback<Void> callback,
String participantId,
WebSocketClientAddress webSocketClientAddress,
Boolean isGloballyVisible,
MessagingQos messagingQos) |
Future<String> |
getGlobalAddress(Callback<String> callback) |
default Future<String> |
getGlobalAddress(Callback<String> callback,
MessagingQos messagingQos) |
Future<String> |
getReplyToAddress(Callback<String> callback) |
default Future<String> |
getReplyToAddress(Callback<String> callback,
MessagingQos messagingQos) |
Future<Void> |
removeMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId) |
default Future<Void> |
removeMulticastReceiver(Callback<Void> callback,
String multicastId,
String subscriberParticipantId,
String providerParticipantId,
MessagingQos messagingQos) |
Future<Void> |
removeNextHop(Callback<Void> callback,
String participantId) |
default Future<Void> |
removeNextHop(Callback<Void> callback,
String participantId,
MessagingQos messagingQos) |
Future<Boolean> |
resolveNextHop(Callback<Boolean> callback,
String participantId) |
default Future<Boolean> |
resolveNextHop(Callback<Boolean> callback,
String participantId,
MessagingQos messagingQos) |
getDataTypesdefault Future<String> getGlobalAddress(Callback<String> callback, MessagingQos messagingQos)
default Future<String> getReplyToAddress(Callback<String> callback, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, ChannelAddress channelAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, ChannelAddress channelAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, MqttAddress mqttAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, BrowserAddress browserAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, BrowserAddress browserAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, WebSocketAddress webSocketAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, WebSocketAddress webSocketAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, UdsAddress udsAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, UdsAddress udsAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, BinderAddress binderAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, BinderAddress binderAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, WebSocketClientAddress webSocketClientAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, WebSocketClientAddress webSocketClientAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
Future<Void> addNextHop(Callback<Void> callback, String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible)
default Future<Void> addNextHop(Callback<Void> callback, String participantId, UdsClientAddress udsClientAddress, Boolean isGloballyVisible, MessagingQos messagingQos)
default Future<Void> removeNextHop(Callback<Void> callback, String participantId, MessagingQos messagingQos)
default Future<Boolean> resolveNextHop(Callback<Boolean> callback, String participantId, MessagingQos messagingQos)
Future<Void> addMulticastReceiver(Callback<Void> callback, String multicastId, String subscriberParticipantId, String providerParticipantId)
default Future<Void> addMulticastReceiver(Callback<Void> callback, String multicastId, String subscriberParticipantId, String providerParticipantId, MessagingQos messagingQos)
Future<Void> removeMulticastReceiver(Callback<Void> callback, String multicastId, String subscriberParticipantId, String providerParticipantId)
Copyright © 2021. All rights reserved.