final case class ServiceInfo(serviceName: String = "", serviceVersion: String = "", serviceRuntime: String = "", supportLibraryName: String = "", supportLibraryVersion: String = "", protocolMajorVersion: Int = 0, protocolMinorVersion: Int = 0, env: Map[String, String] = _root_.scala.collection.immutable.Map.empty, serviceIncarnationUuid: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ServiceInfo] with Product with Serializable

Information about the service that the proxy is proxying to. All of the information in here is optional. It may be useful for debug purposes.

serviceName

The name of the service, eg, "shopping-cart".

serviceVersion

The version of the service.

serviceRuntime

A description of the runtime for the service. Can be anything, but examples might be:

  • node v10.15.2
  • OpenJDK Runtime Environment 1.8.0_192-b12
supportLibraryName

If using a support library, the name of that library, eg "kalix-java-sdk"

supportLibraryVersion

The version of the support library being used.

protocolMajorVersion

Kalix protocol major version accepted by the support library.

protocolMinorVersion

Kalix protocol minor version accepted by the support library.

env

user service env variables

serviceIncarnationUuid

Unique identifier of the service incarnation. Should be a new id for each start of the service. Used by the runtime with the HealthCheck call to detect that the service has been restarted.

Annotations
@SerialVersionUID()
Source
ServiceInfo.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceInfo
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ServiceInfo(serviceName: String = "", serviceVersion: String = "", serviceRuntime: String = "", supportLibraryName: String = "", supportLibraryVersion: String = "", protocolMajorVersion: Int = 0, protocolMinorVersion: Int = 0, env: Map[String, String] = _root_.scala.collection.immutable.Map.empty, serviceIncarnationUuid: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    serviceName

    The name of the service, eg, "shopping-cart".

    serviceVersion

    The version of the service.

    serviceRuntime

    A description of the runtime for the service. Can be anything, but examples might be:

    • node v10.15.2
    • OpenJDK Runtime Environment 1.8.0_192-b12
    supportLibraryName

    If using a support library, the name of that library, eg "kalix-java-sdk"

    supportLibraryVersion

    The version of the support library being used.

    protocolMajorVersion

    Kalix protocol major version accepted by the support library.

    protocolMinorVersion

    Kalix protocol minor version accepted by the support library.

    env

    user service env variables

    serviceIncarnationUuid

    Unique identifier of the service incarnation. Should be a new id for each start of the service. Used by the runtime with the HealthCheck call to detect that the service has been restarted.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ServiceInfo toany2stringadd[ServiceInfo] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ServiceInfo, B)
    Implicit
    This member is added by an implicit conversion from ServiceInfo toArrowAssoc[ServiceInfo] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addAllEnv(__vs: Iterable[(String, String)]): ServiceInfo
  7. def addEnv(__vs: (String, String)*): ServiceInfo
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearEnv: ServiceInfo
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def companion: ServiceInfo.type
    Definition Classes
    ServiceInfo → GeneratedMessage
  12. def discardUnknownFields: ServiceInfo
  13. def ensuring(cond: (ServiceInfo) => Boolean, msg: => Any): ServiceInfo
    Implicit
    This member is added by an implicit conversion from ServiceInfo toEnsuring[ServiceInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ServiceInfo) => Boolean): ServiceInfo
    Implicit
    This member is added by an implicit conversion from ServiceInfo toEnsuring[ServiceInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): ServiceInfo
    Implicit
    This member is added by an implicit conversion from ServiceInfo toEnsuring[ServiceInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ServiceInfo
    Implicit
    This member is added by an implicit conversion from ServiceInfo toEnsuring[ServiceInfo] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. val env: Map[String, String]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ServiceInfo → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ServiceInfo → GeneratedMessage
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val protocolMajorVersion: Int
  28. val protocolMinorVersion: Int
  29. def serializedSize: Int
    Definition Classes
    ServiceInfo → GeneratedMessage
  30. val serviceIncarnationUuid: String
  31. val serviceName: String
  32. val serviceRuntime: String
  33. val serviceVersion: String
  34. val supportLibraryName: String
  35. val supportLibraryVersion: String
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  38. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  39. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  40. def toProtoString: String
    Definition Classes
    ServiceInfo → GeneratedMessage
  41. val unknownFields: UnknownFieldSet
  42. def update(ms: (Lens[ServiceInfo, ServiceInfo]) => Mutation[ServiceInfo]*): ServiceInfo
    Definition Classes
    Updatable
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. def withEnv(__v: Map[String, String]): ServiceInfo
  47. def withProtocolMajorVersion(__v: Int): ServiceInfo
  48. def withProtocolMinorVersion(__v: Int): ServiceInfo
  49. def withServiceIncarnationUuid(__v: String): ServiceInfo
  50. def withServiceName(__v: String): ServiceInfo
  51. def withServiceRuntime(__v: String): ServiceInfo
  52. def withServiceVersion(__v: String): ServiceInfo
  53. def withSupportLibraryName(__v: String): ServiceInfo
  54. def withSupportLibraryVersion(__v: String): ServiceInfo
  55. def withUnknownFields(__v: UnknownFieldSet): ServiceInfo
  56. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ServiceInfo → GeneratedMessage
  58. 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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ServiceInfo toStringFormat[ServiceInfo] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (ServiceInfo, B)
    Implicit
    This member is added by an implicit conversion from ServiceInfo toArrowAssoc[ServiceInfo] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Updatable[ServiceInfo]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromServiceInfo to any2stringadd[ServiceInfo]

Inherited by implicit conversion StringFormat fromServiceInfo to StringFormat[ServiceInfo]

Inherited by implicit conversion Ensuring fromServiceInfo to Ensuring[ServiceInfo]

Inherited by implicit conversion ArrowAssoc fromServiceInfo to ArrowAssoc[ServiceInfo]

Ungrouped