class StreamsStub extends AbstractStub[StreamsStub] with Streams
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamsStub
- Streams
- AbstractService
- AbstractStub
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamsStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(responseObserver: StreamObserver[AppendResp]): StreamObserver[AppendReq]
- Definition Classes
- StreamsStub → Streams
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(channel: Channel, options: CallOptions): StreamsStub
- Definition Classes
- StreamsStub → AbstractStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def delete(request: DeleteReq): Future[DeleteResp]
- Definition Classes
- StreamsStub → Streams
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getCallOptions(): CallOptions
- Definition Classes
- AbstractStub
- final def getChannel(): Channel
- Definition Classes
- AbstractStub
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read(request: ReadReq, responseObserver: StreamObserver[ReadResp]): Unit
- Definition Classes
- StreamsStub → Streams
- def serviceCompanion: Streams
- Definition Classes
- Streams → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tombstone(request: TombstoneReq): Future[TombstoneResp]
- Definition Classes
- StreamsStub → Streams
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def withCallCredentials(arg0: CallCredentials): StreamsStub
- Definition Classes
- AbstractStub
- final def withCompression(arg0: String): StreamsStub
- Definition Classes
- AbstractStub
- final def withDeadline(arg0: Deadline): StreamsStub
- Definition Classes
- AbstractStub
- final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): StreamsStub
- Definition Classes
- AbstractStub
- final def withExecutor(arg0: Executor): StreamsStub
- Definition Classes
- AbstractStub
- final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): StreamsStub
- Definition Classes
- AbstractStub
- Annotations
- @transient()
- final def withMaxInboundMessageSize(arg0: Int): StreamsStub
- Definition Classes
- AbstractStub
- final def withMaxOutboundMessageSize(arg0: Int): StreamsStub
- Definition Classes
- AbstractStub
- final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): StreamsStub
- Definition Classes
- AbstractStub
- final def withWaitForReady(): StreamsStub
- Definition Classes
- AbstractStub
Deprecated Value Members
- final def withChannel(arg0: Channel): StreamsStub
- Definition Classes
- AbstractStub
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.