Package | Description |
---|---|
io.simplesource.saga.action.async | |
io.simplesource.saga.action.http |
Class and Description |
---|
AsyncResult
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 value class with the information required to define an async action processor.
|
AsyncSpec.UndoFunction
The UndoFunction is a mechanism to take the result of the async invocation and turn it into an
undo action command.
|
Callback
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 and Description |
---|
Callback
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.
|
Copyright © 2019. All rights reserved.