final case class Grpc(connections: Seq[String], transportSecurity: Boolean, customTrustCertificates: Option[ByteString]) extends GeneratedMessage with Updatable[Grpc] with Product with Serializable
- connections
connection information to sequencer (http[s]://<host>:<port>")
- transportSecurity
Should the connection use TLS?
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Grpc
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Grpc(connections: Seq[String], transportSecurity: Boolean, customTrustCertificates: Option[ByteString])
- connections
connection information to sequencer (http[s]://<host>:<port>")
- transportSecurity
Should the connection use TLS?
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
- def addAllConnections(__vs: Iterable[String]): Grpc
- def addConnections(__vs: String*): Grpc
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearConnections: Grpc
- def clearCustomTrustCertificates: Grpc
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: Grpc.type
- Definition Classes
- Grpc → GeneratedMessage
- val connections: Seq[String]
- val customTrustCertificates: Option[ByteString]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getCustomTrustCertificates: ByteString
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Grpc → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Grpc → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Grpc → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Grpc → GeneratedMessage
- val transportSecurity: Boolean
- def update(ms: (Lens[Grpc, Grpc]) => Mutation[Grpc]*): Grpc
- Definition Classes
- Updatable
- 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])
- def withConnections(__v: Seq[String]): Grpc
- def withCustomTrustCertificates(__v: ByteString): Grpc
- def withTransportSecurity(__v: Boolean): Grpc
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Grpc → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage