GossipStub

class GossipStub(channel: Channel, options: CallOptions) extends AbstractStub[GossipStub] with Gossip
trait Gossip
trait AbstractService
class AbstractStub[GossipStub]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def build(channel: Channel, options: CallOptions): GossipStub
Definition Classes
AbstractStub
override def read(request: Empty): Future[ClusterInfo]
Definition Classes

Inherited methods

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

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
final def withChannel(`x$0`: Channel): GossipStub
Deprecated
Inherited from
AbstractStub