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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Component
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- def clearComponentSettings: Component
- def companion: Component.type
- Definition Classes
- Component → GeneratedMessage
- val componentSettings: ComponentSettings
- val componentType: String
- def discardUnknownFields: Component
- def getComponent: GenericComponentSettings
- def getEntity: EntitySettings
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Component → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Component → GeneratedMessage
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Component → GeneratedMessage
- val serviceName: String
- 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
- Component → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[Component, Component]) => Mutation[Component]*): Component
- Definition Classes
- Updatable
- def withComponent(__v: GenericComponentSettings): Component
- def withComponentSettings(__v: ComponentSettings): Component
- def withComponentType(__v: String): Component
- def withEntity(__v: EntitySettings): Component
- def withServiceName(__v: String): Component
- def withUnknownFields(__v: UnknownFieldSet): Component
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Component → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage