Packages

package handshake

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  2. 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.

  3. 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

  1. object SequencerHandshake

Ungrouped