public interface DiscoveryAsync extends Discovery
INTERFACE_NAMEgetDataTypesFuture<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry)
default Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry, MessagingQos messagingQos)
Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration)
default Future<Void> add(Callback<Void> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, MessagingQos messagingQos)
Future<Void> add(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, String[] gbids)
default Future<Void> add(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, String[] gbids, MessagingQos messagingQos)
Future<Void> addToAll(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration)
default Future<Void> addToAll(CallbackWithModeledError<Void,DiscoveryError> callback, DiscoveryEntry discoveryEntry, Boolean awaitGlobalRegistration, MessagingQos messagingQos)
Future<DiscoveryEntryWithMetaInfo[]> lookup(Callback<DiscoveryEntryWithMetaInfo[]> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos)
default Future<DiscoveryEntryWithMetaInfo[]> lookup(Callback<DiscoveryEntryWithMetaInfo[]> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos, MessagingQos messagingQos)
Future<DiscoveryEntryWithMetaInfo[]> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo[],DiscoveryError> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos, String[] gbids)
default Future<DiscoveryEntryWithMetaInfo[]> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo[],DiscoveryError> callback, String[] domains, String interfaceName, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)
Future<DiscoveryEntryWithMetaInfo> lookup(Callback<DiscoveryEntryWithMetaInfo> callback, String participantId)
default Future<DiscoveryEntryWithMetaInfo> lookup(Callback<DiscoveryEntryWithMetaInfo> callback, String participantId, MessagingQos messagingQos)
Future<DiscoveryEntryWithMetaInfo> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback, String participantId, DiscoveryQos discoveryQos, String[] gbids)
default Future<DiscoveryEntryWithMetaInfo> lookup(CallbackWithModeledError<DiscoveryEntryWithMetaInfo,DiscoveryError> callback, String participantId, DiscoveryQos discoveryQos, String[] gbids, MessagingQos messagingQos)
Copyright © 2021. All rights reserved.