Package akka.javasdk.client


package akka.javasdk.client
ComponentClient is used for calls between components.
  • Class
    Description
    Utility to send requests to other components by composing a call that can be executed by the runtime.
    Zero argument component deferred call representation, not executed until invoked by some mechanism using the deferred call (like a timer executing it later for example)
    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)
    Zero argument component call representation, not executed until invoked.
    One argument component call representation, not executed until invoked.
    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)
    One argument component call representation, not executed until invoked or by some mechanism using the deferred call (like a timer executing it later for example)
    Zero argument component call representation, not executed until stream is materialized.
    One argument component call representation, not executed until stream is materialized.
    Not for user extension
    Not for user extension
    Thrown for a query where the query result would be a single entry but none was found.
     
    Not for user extension
    Not for user extension