Package akka.javasdk.client
Interface ComponentMethodRef<R>
- Type Parameters:
R
- The type of value returned by executing the callNot for user extension or instantiation, returned by the SDK component client
- All Superinterfaces:
ComponentDeferredMethodRef<R>
Zero argument component call representation, not executed until invoked or by some mechanism
using the deferred call (like a timer executing it later for example)
-
Method Summary
Methods inherited from interface akka.javasdk.client.ComponentDeferredMethodRef
deferred
-
Method Details
-
withMetadata
- Specified by:
withMetadata
in interfaceComponentDeferredMethodRef<R>
-
invokeAsync
CompletionStage<R> invokeAsync()
-