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