Package akka.javasdk.client
Interface ComponentInvokeOnlyMethodRef<R>
- Type Parameters:
R
- The type of value returned by executing the callNot for user extension or instantiation, returned by the SDK component client
@DoNotInherit
public interface ComponentInvokeOnlyMethodRef<R>
Zero argument component call representation, not executed until invoked. Used for component
methods that cannot be deferred.
-
Method Summary
-
Method Details
-
withMetadata
-
invokeAsync
CompletionStage<R> invokeAsync()
-