package backoffice
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
- 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()
- 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()
- 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()
- final case class DropViewResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DropViewResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class GetConfigRequest(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetConfigRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- 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()
- 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()
- 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()
- 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()
- 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()
Value Members
- object BackofficeProto extends GeneratedFileObject
- object BackofficeService extends ServiceDescription
- Annotations
- @AkkaGrpcGenerated()
- object BackofficeServiceHandler
- Annotations
- @ApiMayChange() @AkkaGrpcGenerated()
- object ChangeLogLevelRequest extends GeneratedMessageCompanion[ChangeLogLevelRequest]
- object Config extends GeneratedMessageCompanion[Config]
- object DropViewRequest extends GeneratedMessageCompanion[DropViewRequest]
- object DropViewResponse extends GeneratedMessageCompanion[DropViewResponse]
- object GetConfigRequest extends GeneratedMessageCompanion[GetConfigRequest]
- object GetLogLevelsResponse extends GeneratedMessageCompanion[GetLogLevelsResponse]
- object LogLevel extends GeneratedMessageCompanion[LogLevel]
- object MessageBrokerConfig extends GeneratedMessageCompanion[MessageBrokerConfig]
- object ProjectionId extends GeneratedMessageCompanion[ProjectionId]
- object ProjectionStatus extends GeneratedMessageCompanion[ProjectionStatus]
- object UpdateProjectionOffsetReq extends GeneratedMessageCompanion[UpdateProjectionOffsetReq]