| BatchExecutable |
Executables that implement this interface will receive a batch of requests and
deliver them to the application in a deterministic way.
|
| Executable |
Executables that implement this interface can received unordered client requests.
|
| Recoverable |
Classes that implement this interface should implement a state transfer protocol.
|
| Replier |
Provides support for building custom reply management
to be used in the ServiceReplica.
|
| RequestVerifier |
Classes that implement this interface are invoked within
consensus instances upon reception of a PROPOSE message
in order to enforce the "external validity".
|
| SingleExecutable |
Executables that implement this interface will receive client requests individually.
|