Packages

final case class FooSubmissionConfig(numberOfInstances: Int, numberOfObservers: Int, uniqueParties: Boolean, instanceDistribution: List[ContractDescription], numberOfDivulgees: Int = 0, numberOfExtraSubmitters: Int = 0, nonConsumingExercises: Option[NonconsumingExercises] = None, consumingExercises: Option[ConsumingExercises] = None, applicationIds: List[ApplicationId] = List.empty, maybeWaitForSubmission: Option[Boolean] = None, observerPartySets: List[PartySet] = List.empty, allowNonTransientContracts: Boolean = false) extends SubmissionConfig with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FooSubmissionConfig
  2. SubmissionConfig
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FooSubmissionConfig(numberOfInstances: Int, numberOfObservers: Int, uniqueParties: Boolean, instanceDistribution: List[ContractDescription], numberOfDivulgees: Int = 0, numberOfExtraSubmitters: Int = 0, nonConsumingExercises: Option[NonconsumingExercises] = None, consumingExercises: Option[ConsumingExercises] = None, applicationIds: List[ApplicationId] = List.empty, maybeWaitForSubmission: Option[Boolean] = None, observerPartySets: List[PartySet] = List.empty, allowNonTransientContracts: Boolean = false)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allowNonTransientContracts: Boolean
  5. val applicationIds: List[ApplicationId]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val consumingExercises: Option[ConsumingExercises]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. val instanceDistribution: List[ContractDescription]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val maybeWaitForSubmission: Option[Boolean]
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val nonConsumingExercises: Option[NonconsumingExercises]
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val numberOfDivulgees: Int
  19. val numberOfExtraSubmitters: Int
  20. val numberOfInstances: Int
  21. val numberOfObservers: Int
  22. val observerPartySets: List[PartySet]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. val uniqueParties: Boolean
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. def waitForSubmission: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SubmissionConfig

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped