object Batch extends HasProtocolVersionedSerializerCompanion[Batch[Envelope[_]]] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Batch
- Serializable
- HasProtocolVersionedSerializerCompanion
- HasProtocolVersionedWrapperCompanion
- HasSupportedProtoVersions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type DataByteString = ByteString
- Definition Classes
- HasProtocolVersionedWrapperCompanion
- type Deserializer = Unit
- type OriginalByteString = ByteString
- Definition Classes
- HasProtocolVersionedWrapperCompanion
- type Serializer = (Batch[Envelope[_]]) => ByteString
- Definition Classes
- HasSupportedProtoVersions
- sealed abstract case class SupportedProtoVersions extends Product with Serializable
- Definition Classes
- HasSupportedProtoVersions
- case class VersionedProtoConverter(fromInclusive: RepresentativeProtocolVersion[ValueClass], deserializer: Deserializer, serializer: Serializer) extends Product with Serializable
Supported protobuf version
Supported protobuf version
- fromInclusive
The protocol version when this protobuf version was introduced
- deserializer
Deserialization method
- serializer
Serialization method
- Definition Classes
- HasSupportedProtoVersions
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[Env <: Envelope[_]](envelopes: List[Env], protocolVersion: ProtocolVersion): Batch[Env]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batchClosedEnvelopesFromByteString(bytes: ByteString): ParsingResult[Batch[ClosedEnvelope]]
- def batchClosedEnvelopesFromProtoVersioned(batchProto: VersionedMessage[Batch[ClosedEnvelope]]): ParsingResult[Batch[ClosedEnvelope]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def closeEnvelopes[T <: ProtocolMessage](batch: Batch[OpenEnvelope[T]]): Batch[ClosedEnvelope]
- def empty[Env <: Envelope[_]](protocolVersion: ProtocolVersion): Batch[Env]
Constructs a batch with no envelopes
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filterClosedEnvelopesFor(batch: Batch[ClosedEnvelope], member: Member): Batch[ClosedEnvelope]
- def filterOpenEnvelopesFor[T <: ProtocolMessage](batch: Batch[OpenEnvelope[T]], member: Member): Batch[OpenEnvelope[T]]
- def fromClosed(protocolVersion: ProtocolVersion, envelopes: ClosedEnvelope*): Batch[ClosedEnvelope]
- Annotations
- @VisibleForTesting()
- def fromProtoV0[Env <: Envelope[_]](envelopeDeserializer: (protocol.v0.Envelope) => ParsingResult[Env])(batchProto: CompressedBatch): ParsingResult[Batch[Env]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
The name of the class as used for pretty-printing and error reporting
The name of the class as used for pretty-printing and error reporting
- Definition Classes
- Batch → HasProtocolVersionedWrapperCompanion → HasSupportedProtoVersions
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def of[M <: ProtocolMessage](protocolVersion: ProtocolVersion, envs: (M, Recipients)*): Batch[OpenEnvelope[M]]
- def protocolVersionRepresentativeFor(protoVersion: ProtobufVersion): RepresentativeProtocolVersion[Batch[Envelope[_]]]
- Definition Classes
- HasSupportedProtoVersions
- def protocolVersionRepresentativeFor(protocolVersion: ProtocolVersion): RepresentativeProtocolVersion[Batch[Envelope[_]]]
- Definition Classes
- HasSupportedProtoVersions
- val supportedProtoVersions: SupportedProtoVersions
Proto versions that are supported by
fromProtoVersionedandfromByteStringSee the helpersupportedProtoVersionbelow to define aParser.Proto versions that are supported by
fromProtoVersionedandfromByteStringSee the helpersupportedProtoVersionbelow to define aParser.- Definition Classes
- Batch → HasSupportedProtoVersions
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def versionedProtoConverter[Env <: Envelope[_]](envelopeType: String): HasVersionedMessageWithContextCompanion[Batch[Env], (protocol.v0.Envelope) => ParsingResult[Env]] { ... /* 2 definitions in type refinement */ }
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object SupportedProtoVersions extends Serializable
- Definition Classes
- HasSupportedProtoVersions
- object VersionedProtoConverter extends Serializable
- Definition Classes
- HasSupportedProtoVersions