final case class Component(componentType: String = "", serviceName: String = "", componentSettings: ComponentSettings = kalix.protocol.discovery.Component.ComponentSettings.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Component] with Product with Serializable

componentType

The type of component (action, event sourced entity, view, etc). By convention, this should be a fully qualified service name of the service which is used to call the component from the proxy on the user service, for example: kalix.component.eventsourcedentity.EventSourcedEntities

serviceName

The name of the service to load from the protobuf file.

Annotations
@SerialVersionUID()
Source
Component.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  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 Component(componentType: String = "", serviceName: String = "", componentSettings: ComponentSettings = kalix.protocol.discovery.Component.ComponentSettings.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    componentType

    The type of component (action, event sourced entity, view, etc). By convention, this should be a fully qualified service name of the service which is used to call the component from the proxy on the user service, for example: kalix.component.eventsourcedentity.EventSourcedEntities

    serviceName

    The name of the service to load from the protobuf file.

Value Members

  1. def clearComponentSettings: Component
  2. def companion: Component.type
    Definition Classes
    Component → GeneratedMessage
  3. val componentSettings: ComponentSettings
  4. val componentType: String
  5. def discardUnknownFields: Component
  6. def getComponent: GenericComponentSettings
  7. def getEntity: EntitySettings
  8. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Component → GeneratedMessage
  9. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Component → GeneratedMessage
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product
  11. def serializedSize: Int
    Definition Classes
    Component → GeneratedMessage
  12. val serviceName: String
  13. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  14. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  15. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  16. def toProtoString: String
    Definition Classes
    Component → GeneratedMessage
  17. val unknownFields: UnknownFieldSet
  18. def update(ms: (Lens[Component, Component]) => Mutation[Component]*): Component
    Definition Classes
    Updatable
  19. def withComponent(__v: GenericComponentSettings): Component
  20. def withComponentSettings(__v: ComponentSettings): Component
  21. def withComponentType(__v: String): Component
  22. def withEntity(__v: EntitySettings): Component
  23. def withServiceName(__v: String): Component
  24. def withUnknownFields(__v: UnknownFieldSet): Component
  25. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  26. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Component → GeneratedMessage
  27. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage