Uses of Interface
io.microraft.transport.Transport
-
Packages that use Transport Package Description io.microraft -
-
Uses of Transport in io.microraft
Methods in io.microraft with parameters of type Transport Modifier and Type Method Description RaftNode.RaftNodeBuilder
RaftNode.RaftNodeBuilder. setTransport(Transport transport)
Sets the transport object to be used for communicating with other Raft nodes.
-