StreamsStub

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

Value members

Concrete methods

override def append(responseObserver: StreamObserver[AppendResp]): StreamObserver[AppendReq]
Definition Classes
override def build(channel: Channel, options: CallOptions): StreamsStub
Definition Classes
AbstractStub
override def delete(request: DeleteReq): Future[DeleteResp]
Definition Classes
override def read(request: ReadReq, responseObserver: StreamObserver[ReadResp]): Unit
Definition Classes
override def tombstone(request: TombstoneReq): Future[TombstoneResp]
Definition Classes

Inherited methods

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

Deprecated and Inherited methods

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