TokenServiceStub

xyz.stratalab.indexer.services.TokenServiceGrpc.TokenServiceStub
See theTokenServiceStub companion object
class TokenServiceStub(channel: Channel, options: CallOptions) extends AbstractStub[TokenServiceStub], TokenService

Attributes

Companion
object
Graph
Supertypes
trait TokenService
trait AbstractService
class AbstractStub[TokenServiceStub]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def build(channel: Channel, options: CallOptions): TokenServiceStub

Attributes

Definition Classes
AbstractStub
override def getGroupPolicy(request: QueryByGroupIdRequest): Future[GroupPolicyResponse]

Retrieve a group Policy with the specified id from the configured indexer service

Retrieve a group Policy with the specified id from the configured indexer service

Attributes

Definition Classes

Retrieve a series Policy with the specified id from the configured indexer service

Retrieve a series Policy with the specified id from the configured indexer service

Attributes

Definition Classes

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub
override def serviceCompanion: ServiceCompanion[TokenService]

Attributes

Definition Classes
TokenService -> AbstractService
Inherited from:
TokenService
final def withCallCredentials(x$0: CallCredentials): TokenServiceStub

Attributes

Inherited from:
AbstractStub
final def withCompression(x$0: String): TokenServiceStub

Attributes

Inherited from:
AbstractStub
final def withDeadline(x$0: Deadline): TokenServiceStub

Attributes

Inherited from:
AbstractStub
final def withDeadlineAfter(x$0: Long, x$1: TimeUnit): TokenServiceStub

Attributes

Inherited from:
AbstractStub
final def withExecutor(x$0: Executor): TokenServiceStub

Attributes

Inherited from:
AbstractStub
final def withInterceptors(x$0: ClientInterceptor*): TokenServiceStub

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1869")
final def withOption[T <: <FromJavaObject>](x$0: Key[T], x$1: T): TokenServiceStub

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

@Deprecated
final def withChannel(x$0: Channel): TokenServiceStub

Attributes

Deprecated
true
Inherited from:
AbstractStub