final class CommandServiceV2Authorization extends CommandService with ProxyCloseable with GrpcApiService
Note: the command service internally uses calls to the CommandSubmissionService and CommandCompletionService. These calls already require authentication, but it is better to check authorization here as well.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandServiceV2Authorization
- GrpcApiService
- BindableService
- ProxyCloseable
- AutoCloseable
- CommandService
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CommandServiceV2Authorization(service: CommandService with AutoCloseable, authorizer: Authorizer)(implicit executionContext: ExecutionContext)
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
- def bindService(): ServerServiceDefinition
- Definition Classes
- CommandServiceV2Authorization → BindableService
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- ProxyCloseable → AutoCloseable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val service: CommandService with AutoCloseable
- Attributes
- protected
- Definition Classes
- CommandServiceV2Authorization → ProxyCloseable
- def serviceCompanion: ServiceCompanion[CommandService]
- Definition Classes
- CommandService → AbstractService
- def submitAndWait(request: SubmitAndWaitRequest): Future[Empty]
- Definition Classes
- CommandServiceV2Authorization → CommandService
- def submitAndWaitForTransaction(request: SubmitAndWaitRequest): Future[SubmitAndWaitForTransactionResponse]
- Definition Classes
- CommandServiceV2Authorization → CommandService
- def submitAndWaitForTransactionTree(request: SubmitAndWaitRequest): Future[SubmitAndWaitForTransactionTreeResponse]
- Definition Classes
- CommandServiceV2Authorization → CommandService
- def submitAndWaitForUpdateId(request: SubmitAndWaitRequest): Future[SubmitAndWaitForUpdateIdResponse]
- Definition Classes
- CommandServiceV2Authorization → CommandService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])