Packages

final case class MantikInitConfiguration(header: String = "", payloadContentType: String = "", payload: Payload = ai.mantik.bridge.protocol.bridge.MantikInitConfiguration.Payload.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

Mantik specific configuration for initializing a Bridge

header

The Mantik header (JSON).

payloadContentType

Payload content type, may be empty if there is no payload.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MantikInitConfiguration
  2. Product
  3. Equals
  4. GeneratedMessage
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MantikInitConfiguration(header: String = "", payloadContentType: String = "", payload: Payload = ai.mantik.bridge.protocol.bridge.MantikInitConfiguration.Payload.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    header

    The Mantik header (JSON).

    payloadContentType

    Payload content type, may be empty if there is no payload.

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 clearPayload: MantikInitConfiguration
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def companion: MantikInitConfiguration
    Definition Classes
    MantikInitConfiguration → GeneratedMessage
  8. def discardUnknownFields: MantikInitConfiguration
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getContent: ByteString
  12. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MantikInitConfiguration → GeneratedMessage
  13. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MantikInitConfiguration → GeneratedMessage
  14. def getUrl: String
  15. val header: String
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val payload: Payload
  21. val payloadContentType: String
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def serializedSize: Int
    Definition Classes
    MantikInitConfiguration → GeneratedMessage
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  26. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  27. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  28. def toProtoString: String
    Definition Classes
    MantikInitConfiguration → GeneratedMessage
  29. val unknownFields: UnknownFieldSet
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def withContent(__v: ByteString): MantikInitConfiguration
  34. def withHeader(__v: String): MantikInitConfiguration
  35. def withPayload(__v: Payload): MantikInitConfiguration
  36. def withPayloadContentType(__v: String): MantikInitConfiguration
  37. def withUnknownFields(__v: UnknownFieldSet): MantikInitConfiguration
  38. def withUrl(__v: String): MantikInitConfiguration
  39. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  40. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MantikInitConfiguration → GeneratedMessage
  41. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

Inherited from Product

Inherited from Equals

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped