GossipBlockingStub

class GossipBlockingStub(channel: Channel, options: CallOptions) extends AbstractStub[GossipBlockingStub] with GossipBlockingClient
class AbstractStub[GossipBlockingStub]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def build(channel: Channel, options: CallOptions): GossipBlockingStub
Definition Classes
AbstractStub
Source:
GossipGrpc.scala
override def read(request: Empty): ClusterInfo
Definition Classes
Source:
GossipGrpc.scala

Inherited methods

final def getCallOptions(): CallOptions
Inherited from:
AbstractStub
final def getChannel(): Channel
Inherited from:
AbstractStub
final def withCallCredentials(x$0: CallCredentials): S
Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/1704")
final def withCompression(x$0: String): S
Inherited from:
AbstractStub
final def withDeadline(x$0: Deadline): S
Inherited from:
AbstractStub
final def withDeadlineAfter(x$0: Long, x$1: TimeUnit): S
Inherited from:
AbstractStub
final def withExecutor(x$0: Executor): S
Inherited from:
AbstractStub
final def withInterceptors(x$0: ClientInterceptor*): S
Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxInboundMessageSize(x$0: Int): S
Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxOutboundMessageSize(x$0: Int): S
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): S
Inherited from:
AbstractStub
final def withWaitForReady(): S
Inherited from:
AbstractStub

Deprecated and Inherited methods

@Deprecated
final def withChannel(x$0: Channel): S
Deprecated
Inherited from:
AbstractStub