Interface | Description |
---|---|
AsyncSpec.UndoFunction<A,D,O> |
The UndoFunction is a mechanism to take the result of the async invocation and turn it into an
undo action command.
|
Callback<O> |
A callback function that is called by the asynchronous function to indicate that processing is complete,
and to pass the result back to the async action processor.
|
Class | Description |
---|---|
AsyncBuilder |
A class with a single static function that returns an action processor build step for an async action.
|
AsyncContext<A,D,K,O,R> | |
AsyncResult<D,K,O,R> |
Represents the information required to consume the output
returned by an async action, convert it to the result type
R , and
save it to an output topic. |
AsyncSpec<A,D,K,O,R> |
A value class with the information required to define an async action processor.
|
Copyright © 2019. All rights reserved.