UserSessionsServiceStub

io.github.positionpal.location.presentation.proto.UserSessionsServiceGrpc.UserSessionsServiceStub
See theUserSessionsServiceStub companion object
class UserSessionsServiceStub(channel: Channel, options: CallOptions) extends AbstractStub[UserSessionsServiceStub], UserSessionsService

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
AbstractStub
override def getCurrentLocation(request: Scope): Future[LocationResponse]

Attributes

Definition Classes
override def getCurrentSession(request: GroupId, responseObserver: StreamObserver[SessionResponse]): Unit

Attributes

Definition Classes
override def getCurrentState(request: Scope): Future[UserStateResponse]

Attributes

Definition Classes
override def getCurrentTracking(request: Scope): Future[TrackingResponse]

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[UserSessionsService]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/11657") @IgnoreJRERequirement
final def withDeadlineAfter(x$0: Duration): UserSessionsServiceStub

Attributes

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

Attributes

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

Attributes

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

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/11021")

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): UserSessionsServiceStub

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

@Deprecated(since = _, forRemoval = _)
final def withChannel(x$0: Channel): UserSessionsServiceStub

Attributes

Deprecated
true
Inherited from:
AbstractStub