HealthBlockingStub

grpc.health.v1.HealthGrpc.HealthBlockingStub
class HealthBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[HealthBlockingStub], HealthBlockingClient

Attributes

Graph
Supertypes
class AbstractStub[HealthBlockingStub]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes
override def watch(request: HealthCheckRequest): Iterator[HealthCheckResponse]

Attributes

Definition Classes

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub
def serviceCompanion: ServiceCompanion[Health]

Attributes

Inherited from:
HealthBlockingClient
final def withCallCredentials(x$0: CallCredentials): HealthBlockingStub

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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

Attributes

Inherited from:
AbstractStub

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

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

Attributes

Deprecated
true
Inherited from:
AbstractStub