case class GlobalSettingRoute(globalSettingService: GlobalSettingService, dispatcher: Dispatcher, authorizer: CustomAuthorizer)(implicit executionContext: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-routes")) extends VerdiRoute with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GlobalSettingRoute
- Serializable
- Product
- Equals
- VerdiRoute
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GlobalSettingRoute(globalSettingService: GlobalSettingService, dispatcher: Dispatcher, authorizer: CustomAuthorizer)(implicit executionContext: scala.concurrent.ExecutionContext @izumi.distage.model.definition.Id("ec-routes"))
Type Members
- case class CommandProcessingRejection(message: String) extends Rejection with Product with Serializable
- Attributes
- protected
- Definition Classes
- VerdiRoute
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorizer: CustomAuthorizer
- Definition Classes
- GlobalSettingRoute → VerdiRoute
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def completeCommand(commandId: CommandId, response: Json)(responseConverter: (Json) => HttpResponse = defaultHttpResponse): Route
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def completeWithError(commandId: CommandId, message: Option[String] = None, cause: Option[Throwable] = None): StandardRoute
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def defaultErrorResponse(responseCode: StatusCode, responseBody: Json): HttpResponse
- Attributes
- protected
- Definition Classes
- VerdiRoute
- val dispatcher: Dispatcher
- Definition Classes
- GlobalSettingRoute → VerdiRoute
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getValue: Route
- val globalSettingService: GlobalSettingService
- def handleCommand(stageName: String, start: Long): Directive1[(CommandRequest, Option[LoggableStage])]
- Attributes
- protected
- Definition Classes
- VerdiRoute
- def handlePayload[P](request: CommandRequest, decoder: Decoder[P]): Directive1[P]
- Attributes
- protected
- Definition Classes
- VerdiRoute
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listKeys: Route
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def routes: Route
- Definition Classes
- GlobalSettingRoute → VerdiRoute
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withCommandRequest: Directive1[CommandRequest]
- Attributes
- protected
- Definition Classes
- VerdiRoute
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated