object MediatorResponse extends HasMemoizedVersionedMessageCompanion[MediatorResponse] with Serializable
- Alphabetic
- By Inheritance
- MediatorResponse
- Serializable
- HasMemoizedVersionedMessageCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type DataByteString = ByteString
- Definition Classes
- HasMemoizedVersionedMessageCompanion
- case class InvalidMediatorResponse(msg: String) extends RuntimeException with Product with Serializable
- type OriginalByteString = ByteString
- Definition Classes
- HasMemoizedVersionedMessageCompanion
- type Parser = (OriginalByteString, DataByteString) => ParsingResult[MediatorResponse]
- Definition Classes
- HasMemoizedVersionedMessageCompanion
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def create(requestId: RequestId, sender: ParticipantId, viewHash: Option[ViewHash], localVerdict: LocalVerdict, rootHash: Option[RootHash], confirmingParties: Set[LfPartyId], domainId: DomainId): Either[InvalidMediatorResponse, MediatorResponse]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromByteString(bytes: OriginalByteString): ParsingResult[MediatorResponse]
- Definition Classes
- HasMemoizedVersionedMessageCompanion
- 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
- implicit val mediatorResponseSignedMessageContentCast: SignedMessageContentCast[MediatorResponse]
- 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
- MediatorResponse → HasMemoizedVersionedMessageCompanion
- 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 supportedProtoVersionMemoized[Proto <: GeneratedMessage](p: GeneratedMessageCompanion[Proto])(fromProto: (Proto) => (OriginalByteString) => ParsingResult[MediatorResponse]): (OriginalByteString, DataByteString) => ParsingResult[MediatorResponse]
- Attributes
- protected
- Definition Classes
- HasMemoizedVersionedMessageCompanion
- val supportedProtoVersions: Map[Int, Parser]
Proto versions that are supported by
fromProtoVersioned
andfromByteString
See the helpersupportedProtoVersion
below to define aParser
.Proto versions that are supported by
fromProtoVersioned
andfromByteString
See the helpersupportedProtoVersion
below to define aParser
.- Definition Classes
- MediatorResponse → HasMemoizedVersionedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryCreate(requestId: RequestId, sender: ParticipantId, viewHash: Option[ViewHash], localVerdict: LocalVerdict, rootHash: Option[RootHash], confirmingParties: Set[LfPartyId], domainId: DomainId): MediatorResponse
- 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])