package channel
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class SequencerChannelConnectedToAllEndpoints()(representativeProtocolVersion: RepresentativeProtocolVersion[SequencerChannelConnectedToAllEndpoints.type]) extends HasProtocolVersionedWrapper[SequencerChannelConnectedToAllEndpoints] with Product with Serializable
- final case class SequencerChannelId(channelId: String) extends AnyVal with Product with Serializable
- final case class SequencerChannelMetadata(channelId: SequencerChannelId, initiatingMember: Member, receivingMember: Member)(representativeProtocolVersion: RepresentativeProtocolVersion[SequencerChannelMetadata.type]) extends HasProtocolVersionedWrapper[SequencerChannelMetadata] with Product with Serializable
- final case class SequencerChannelSessionKey(encryptedSessionKey: AsymmetricEncrypted[ProtocolSymmetricKey])(representativeProtocolVersion: RepresentativeProtocolVersion[SequencerChannelSessionKey.type]) extends HasProtocolVersionedWrapper[SequencerChannelSessionKey] with Product with Serializable
- final case class SequencerChannelSessionKeyAck()(representativeProtocolVersion: RepresentativeProtocolVersion[SequencerChannelSessionKeyAck.type]) extends HasProtocolVersionedWrapper[SequencerChannelSessionKeyAck] with Product with Serializable
Value Members
- object SequencerChannelConnectedToAllEndpoints extends VersioningCompanion[SequencerChannelConnectedToAllEndpoints] with Serializable
- object SequencerChannelId extends Serializable
- object SequencerChannelMetadata extends VersioningCompanion[SequencerChannelMetadata] with Serializable
- object SequencerChannelSessionKey extends VersioningCompanion[SequencerChannelSessionKey] with Serializable
- object SequencerChannelSessionKeyAck extends VersioningCompanion[SequencerChannelSessionKeyAck] with Serializable