Packages

package handshake

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

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

  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