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 = "", backoffice: Option[BackofficeSettings] = _root_.scala.None, 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.

backoffice

Settings for backoffice communication. Should only be set when in dev-mode.

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 = "", backoffice: Option[BackofficeSettings] = _root_.scala.None, 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.

    backoffice

    Settings for backoffice communication. Should only be set when in dev-mode.

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. val backoffice: Option[BackofficeSettings]
  10. def clearBackoffice: ServiceInfo
  11. def clearEnv: ServiceInfo
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def companion: ServiceInfo.type
    Definition Classes
    ServiceInfo → GeneratedMessage
  14. def discardUnknownFields: ServiceInfo
  15. 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
  16. 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
  17. 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
  18. 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
  19. val env: Map[String, String]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def getBackoffice: BackofficeSettings
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ServiceInfo → GeneratedMessage
  24. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ServiceInfo → GeneratedMessage
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val protocolMajorVersion: Int
  31. val protocolMinorVersion: Int
  32. def serializedSize: Int
    Definition Classes
    ServiceInfo → GeneratedMessage
  33. val serviceIncarnationUuid: String
  34. val serviceName: String
  35. val serviceRuntime: String
  36. val serviceVersion: String
  37. val supportLibraryName: String
  38. val supportLibraryVersion: String
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  41. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  42. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  43. def toProtoString: String
    Definition Classes
    ServiceInfo → GeneratedMessage
  44. val unknownFields: UnknownFieldSet
  45. def update(ms: (Lens[ServiceInfo, ServiceInfo]) => Mutation[ServiceInfo]*): ServiceInfo
    Definition Classes
    Updatable
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def withBackoffice(__v: BackofficeSettings): ServiceInfo
  50. def withEnv(__v: Map[String, String]): ServiceInfo
  51. def withProtocolMajorVersion(__v: Int): ServiceInfo
  52. def withProtocolMinorVersion(__v: Int): ServiceInfo
  53. def withServiceIncarnationUuid(__v: String): ServiceInfo
  54. def withServiceName(__v: String): ServiceInfo
  55. def withServiceRuntime(__v: String): ServiceInfo
  56. def withServiceVersion(__v: String): ServiceInfo
  57. def withSupportLibraryName(__v: String): ServiceInfo
  58. def withSupportLibraryVersion(__v: String): ServiceInfo
  59. def withUnknownFields(__v: UnknownFieldSet): ServiceInfo
  60. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ServiceInfo → GeneratedMessage
  62. 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