p

kalix.backoffice

backoffice

package backoffice

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BackofficeService extends AnyRef

    The backoffice service allows accessing backoffice functions of the proxy.

    The backoffice service allows accessing backoffice functions of the proxy.

    Annotations
    @AkkaGrpcGenerated()
  2. final case class ChangeLogLevelRequest(loggerName: String = "", level: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChangeLogLevelRequest] with Product with Serializable

    level

    empty level means reset to default

    Annotations
    @SerialVersionUID()
  3. final case class Config(messageBroker: Option[MessageBrokerConfig] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Config] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class DropViewRequest(name: String = "", force: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DropViewRequest] with Product with Serializable

    force

    when the view is currently in use by this node, we only allow deleting it when this flag is true.

    Annotations
    @SerialVersionUID()
  5. final case class DropViewResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DropViewResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class GetConfigRequest(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetConfigRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  7. final case class GetLogLevelsResponse(logLevels: Seq[LogLevel] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetLogLevelsResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  8. final case class LogLevel(loggerName: String = "", level: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[LogLevel] with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. final case class MessageBrokerConfig(type: String = "", address: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MessageBrokerConfig] with Product with Serializable

    type

    kafka, pubsub, etc

    address

    comma separated host:port

    Annotations
    @SerialVersionUID()
  10. final case class ProjectionId(name: String = "", key: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ProjectionId] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. final case class ProjectionStatus(paused: Boolean = false, offset: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ProjectionStatus] with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. final case class UpdateProjectionOffsetReq(projectionId: Option[ProjectionId] = _root_.scala.None, offset: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UpdateProjectionOffsetReq] with Product with Serializable
    Annotations
    @SerialVersionUID()

Ungrouped