Packages

package v30

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CommandRejected() extends GeneratedMessage with Updatable[CommandRejected] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class CompletionInfo(actAs: Seq[String], userId: String, commandId: String, optDeduplicationPeriod: Option[DeduplicationPeriod], submissionId: String) extends GeneratedMessage with Updatable[CompletionInfo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class PartyReplicationSourceParticipantMessage(dataOrStatus: DataOrStatus) extends GeneratedMessage with Updatable[PartyReplicationSourceParticipantMessage] with Product with Serializable

    * Party replication protocol message sent by the source participant to the target participant.

    * Party replication protocol message sent by the source participant to the target participant.

    Annotations
    @SerialVersionUID()
  4. final case class PartyReplicationTargetParticipantMessage(instruction: Instruction) extends GeneratedMessage with Updatable[PartyReplicationTargetParticipantMessage] with Product with Serializable

    * Party replication protocol message sent by the target participant to the source participant.

    * Party replication protocol message sent by the target participant to the source participant.

    Annotations
    @SerialVersionUID()
  5. final case class SubmissionTrackingData(tracking: Tracking) extends GeneratedMessage with Updatable[SubmissionTrackingData] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class TransactionSubmissionTrackingData(completionInfo: Option[CompletionInfo], rejectionCause: Option[RejectionCause], physicalSynchronizerId: String) extends GeneratedMessage with Updatable[TransactionSubmissionTrackingData] with Product with Serializable
    Annotations
    @SerialVersionUID()

Ungrouped