object ProtocolVersion extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtocolVersion
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class InvalidProtocolVersion(description: String) extends FailureReason with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def create(rawVersion: String): Either[String, ProtocolVersion]
  7. lazy val dev: ProtocolVersion
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromProtoPrimitiveS(rawVersion: String): ParsingResult[ProtocolVersion]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. implicit val getResultProtocolVersion: GetResult[ProtocolVersion]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def lastStableVersions2: (ProtocolVersion, ProtocolVersion)
  16. val latest: ProtocolVersion
  17. lazy val minimum: ProtocolVersion
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. implicit lazy val protocolVersionReader: ConfigReader[ProtocolVersion]
  22. implicit val protocolVersionWriter: ConfigWriter[ProtocolVersion]
  23. implicit val setParameterProtocolVersion: SetParameter[ProtocolVersion]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def tryCreate(rawVersion: String): ProtocolVersion

    Parse a ProtocolVersion

    Parse a ProtocolVersion

    returns

    Parsed protocol version

    Exceptions thrown

    java.lang.RuntimeException if the given parameter cannot be parsed to a protocol version

  27. def tryGetOptFromEnv: Option[ProtocolVersion]

    returns

    Parsed protocol version if found in environment variable CANTON_PROTOCOL_VERSION

    Exceptions thrown

    java.lang.RuntimeException if the given parameter cannot be parsed to a protocol version

  28. val unstable: NonEmpty[List[ProtocolVersion]]
  29. lazy val v2: ProtocolVersion
  30. lazy val v3: ProtocolVersion
  31. lazy val v4: ProtocolVersion
  32. lazy val v5: ProtocolVersion
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped