Uses of Interface
dev.getelements.elements.rt.remote.AsyncOperation
Packages that use AsyncOperation
Package
Description
-
Uses of AsyncOperation in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return AsyncOperationModifier and TypeMethodDescriptionInstanceMetadataContext.getInstanceMetadataAsync
(Consumer<InstanceMetadata> success, Consumer<Throwable> failure) Asynchronous method to fetch theSimpleInstanceMetadataContext.getInstanceMetadataAsync
(Consumer<InstanceMetadata> success, Consumer<Throwable> failure) -
Uses of AsyncOperation in dev.getelements.elements.rt.remote
Fields in dev.getelements.elements.rt.remote declared as AsyncOperationModifier and TypeFieldDescriptionstatic final AsyncOperation
AsyncOperation.DEFAULT
Used as a default return value when implementing methods that return an instance ofAsyncOperation
.Methods in dev.getelements.elements.rt.remote that return AsyncOperationModifier and TypeMethodDescriptionRemoteInvocationDispatcher.invokeAsync
(Route route, Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) Sends theInvocation
to the remote service and waits for theInvocationResult
.RemoteInvoker.invokeAsync
(Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) Sends theInvocation
to the remote service and waits for theInvocationResult
.RoutingStrategy.invokeAsync
(List<Object> address, Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) Invokes the method returning aAsyncOperation
for the value.SimpleRemoteInvocationDispatcher.invokeAsync
(Route route, Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) -
Uses of AsyncOperation in dev.getelements.elements.rt.remote.jeromq
Classes in dev.getelements.elements.rt.remote.jeromq that implement AsyncOperationMethods in dev.getelements.elements.rt.remote.jeromq that return AsyncOperationModifier and TypeMethodDescriptionJeroMQRemoteInvoker.invokeAsync
(Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) -
Uses of AsyncOperation in dev.getelements.elements.rt.routing
Classes in dev.getelements.elements.rt.routing that implement AsyncOperationMethods in dev.getelements.elements.rt.routing that return AsyncOperationModifier and TypeMethodDescriptionAbstractAggregateRoutingStrategy.invokeAsync
(List<Object> address, Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) DefaultRoutingStrategy.invokeAsync
(List<Object> address, Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) SameNodeIdRoutingStrategy.invokeAsync
(List<Object> address, Invocation invocation, List<Consumer<InvocationResult>> asyncInvocationResultConsumerList, InvocationErrorConsumer asyncInvocationErrorConsumer) Constructor parameters in dev.getelements.elements.rt.routing with type arguments of type AsyncOperation