Packages

package binding

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. binding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class DomainArchivedEvent(eventId: api.refinements.ApiTypes.EventId, contractId: ContractId, templateId: TemplateId, witnessParties: Seq[Party]) extends DomainEvent with Product with Serializable
  2. final case class DomainCreatedEvent(eventId: api.refinements.ApiTypes.EventId, contractId: ContractId, templateId: TemplateId, witnessParties: Seq[Party], createArguments: CreateArguments, contractData: OfAny) extends DomainEvent with Product with Serializable
  3. sealed trait DomainEvent extends AnyRef
  4. case class DomainTransaction(transactionId: api.refinements.ApiTypes.TransactionId, workflowId: api.refinements.ApiTypes.WorkflowId, offset: LedgerOffset, commandId: api.refinements.ApiTypes.CommandId, effectiveAt: Timestamp, events: Seq[DomainEvent], traceContext: Option[TraceContext]) extends Product with Serializable
  5. class DomainTransactionMapper extends LazyLogging
  6. class LedgerClientBinding extends AnyRef
  7. sealed trait TemplateSelector extends Product with Serializable

Value Members

  1. val Primitive: Primitive
  2. object DomainTransactionMapper
  3. object LedgerClientBinding
  4. object LedgerClientConfigurationError

    This object collects the possible errors that can happen during command submission or event listening

  5. object TemplateSelector extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped