Package akka.javasdk.client
Interface ComponentDeferredMethodRef1<A1,R>
- Type Parameters:
A1
- the argument type of the callR
- The type of value returned by executing the callNot for user extension or instantiation, returned by the SDK component client
- All Known Subinterfaces:
ComponentMethodRef1<A1,
R>
@DoNotInherit
public interface ComponentDeferredMethodRef1<A1,R>
One argument component deferred call representation, not executed until invoked by some mechanism
using the deferred call (like a timer executing it later for example)
-
Method Summary
-
Method Details
-
withMetadata
-
deferred
-