Package io.joynr.proxy
Interface StatelessAsyncCallback
-
- All Known Subinterfaces:
AccessControlListEditorStatelessAsyncCallback,DiscoveryStatelessAsyncCallback,GlobalCapabilitiesDirectoryStatelessAsyncCallback,MessageNotificationStatelessAsyncCallback,ProviderReregistrationControllerStatelessAsyncCallback,RoutingStatelessAsyncCallback
public interface StatelessAsyncCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUseCase()Return the unique name of the use case for which this callback instance will be used.
-
-
-
Method Detail
-
getUseCase
String getUseCase()
Return the unique name of the use case for which this callback instance will be used. This is required so that multiple proxies can be used for the same provider call, and the replies can be routed to the correct callback.- Returns:
- see method description
-
-