StreamsBlockingStub

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

Value members

Concrete methods

override def build(channel: Channel, options: CallOptions): StreamsBlockingStub
Definition Classes
AbstractStub
Source:
StreamsGrpc.scala
override def delete(request: DeleteReq): DeleteResp
override def read(request: ReadReq): Iterator[ReadResp]
override def tombstone(request: TombstoneReq): TombstoneResp

Inherited methods

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

Deprecated and Inherited methods

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