Package joynr.system
Interface DiscoveryAsync
-
- All Superinterfaces:
Discovery
- All Known Subinterfaces:
DiscoveryProxy
public interface DiscoveryAsync extends Discovery
-
-
Field Summary
-
Fields inherited from interface joynr.system.Discovery
INTERFACE_NAME
-
-
Method Summary
-
-
-
Method Detail
-
add
Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry)
-
add
default Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry, MessagingQos messagingQos)
-
add
Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration)
-
add
default Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, MessagingQos messagingQos)
-
add
Future<Void> add(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, String[] gbids)
-
add
default Future<Void> add(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, String[] gbids, MessagingQos messagingQos)
-
addToAll
Future<Void> addToAll(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration)
-
addToAll
default Future<Void> addToAll(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, MessagingQos messagingQos)
-
lookup
Future<DiscoveryEntryWithMetaInfo[]> lookup(Callback<DiscoveryEntryWithMetaInfo[]> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos)
-
lookup
default Future<DiscoveryEntryWithMetaInfo[]> lookup(Callback<DiscoveryEntryWithMetaInfo[]> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos, MessagingQos messagingQos)
-
lookup
Future<DiscoveryEntryWithMetaInfo[]> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo[],DiscoveryError> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos, String[] gbids)
-
lookup
default Future<DiscoveryEntryWithMetaInfo[]> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo[],DiscoveryError> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)
-
lookup
Future<DiscoveryEntryWithMetaInfo> lookup(Callback<DiscoveryEntryWithMetaInfo> callback, String participantId)
-
lookup
default Future<DiscoveryEntryWithMetaInfo> lookup(Callback<DiscoveryEntryWithMetaInfo> callback, String participantId, MessagingQos messagingQos)
-
lookup
Future<DiscoveryEntryWithMetaInfo> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback, String participantId, DiscoveryQos discoveryQos, String[] gbids)
-
lookup
default Future<DiscoveryEntryWithMetaInfo> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback, String participantId, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)
-
-