package handshake
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class HandshakeRequestError(message: String, retryable: Boolean = false) extends Product with Serializable
Failed to obtain a handshake response from the server.
Failed to obtain a handshake response from the server.
- message
loggable message for why the handshake failed
- retryable
does the transport suggest retrying the handshake
- class SequencerHandshake extends NamedLogging with FlagCloseable
Performs the sequencer handshake.
Performs the sequencer handshake. TODO(i3289) This practically implements AutoClosable to stop retries but is not actually used as we currently don't have an approach to deal with async resource acquisition and shutdown.
- trait SupportsHandshake extends AnyRef
Shared interface for checking the version of the sequencer service that a client providing sequencer operations will be calling.
Value Members
- object SequencerHandshake