HealthStub

grpc.health.v1.HealthGrpc.HealthStub
See theHealthStub companion object
class HealthStub(channel: Channel, options: CallOptions) extends AbstractStub[HealthStub], Health

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
AbstractStub
override def check(request: HealthCheckRequest): Future[HealthCheckResponse]

Attributes

Definition Classes
override def watch(request: HealthCheckRequest, responseObserver: StreamObserver[HealthCheckResponse]): Unit

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxInboundMessageSize(x$0: Int): HealthStub

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxOutboundMessageSize(x$0: Int): HealthStub

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

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

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

Attributes

Deprecated
true
Inherited from:
AbstractStub