Uses of Interface
io.microraft.statemachine.StateMachine
-
Packages that use StateMachine Package Description io.microraft -
-
Uses of StateMachine in io.microraft
Methods in io.microraft with parameters of type StateMachine Modifier and Type Method Description RaftNode.RaftNodeBuilder
RaftNode.RaftNodeBuilder. setStateMachine(StateMachine stateMachine)
Sets the state machine object to be used for execution of queries and committed operations.
-