Package akka.javasdk
Interface DeferredCall<I,O>
- Type Parameters:
I
- The type of message the call acceptsO
- The type of message the call returns
public interface DeferredCall<I,O>
Represents a call to another component that can be persisted and invoked later.
Not for user extension.
-
Method Summary
Modifier and TypeMethodDescriptionmessage()
The message to pass to the call when the call is invoked.metadata()
withMetadata
(Metadata metadata)