StreamsStub

com.eventstore.dbclient.proto.streams.StreamsGrpc$.StreamsStub
See theStreamsStub companion object
class StreamsStub(channel: Channel, options: CallOptions) extends AbstractStub[StreamsStub], Streams

Attributes

Companion
object
Source
StreamsGrpc.scala
Graph
Supertypes
trait Streams
trait AbstractService
class AbstractStub[StreamsStub]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def append(responseObserver: StreamObserver[AppendResp]): StreamObserver[AppendReq]

Attributes

Definition Classes
Source
StreamsGrpc.scala
override def batchAppend(responseObserver: StreamObserver[BatchAppendResp]): StreamObserver[BatchAppendReq]

Attributes

Definition Classes
Source
StreamsGrpc.scala
override def build(channel: Channel, options: CallOptions): StreamsStub

Attributes

Definition Classes
AbstractStub
Source
StreamsGrpc.scala
override def delete(request: DeleteReq): Future[DeleteResp]

Attributes

Definition Classes
Source
StreamsGrpc.scala
override def read(request: ReadReq, responseObserver: StreamObserver[ReadResp]): Unit

Attributes

Definition Classes
Source
StreamsGrpc.scala
override def tombstone(request: TombstoneReq): Future[TombstoneResp]

Attributes

Definition Classes
Source
StreamsGrpc.scala

Inherited methods

final def getCallOptions(): CallOptions

Attributes

Inherited from:
AbstractStub
final def getChannel(): Channel

Attributes

Inherited from:
AbstractStub
override def serviceCompanion: ServiceCompanion[_]

Attributes

Definition Classes
Streams -> AbstractService
Inherited from:
Streams
Source
StreamsGrpc.scala
final def withCallCredentials(x$0: CallCredentials): S

Attributes

Inherited from:
AbstractStub
final def withCompression(x$0: String): S

Attributes

Inherited from:
AbstractStub
final def withDeadline(x$0: Deadline): S

Attributes

Inherited from:
AbstractStub
final def withDeadlineAfter(x$0: Long, x$1: TimeUnit): S

Attributes

Inherited from:
AbstractStub
final def withExecutor(x$0: Executor): S

Attributes

Inherited from:
AbstractStub
final def withInterceptors(x$0: ClientInterceptor*): S

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxInboundMessageSize(x$0: Int): S

Attributes

Inherited from:
AbstractStub
@ExperimentalApi(value = "https://github.com/grpc/grpc-java/issues/2563")
final def withMaxOutboundMessageSize(x$0: Int): S

Attributes

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

Attributes

Inherited from:
AbstractStub
final def withWaitForReady(): S

Attributes

Inherited from:
AbstractStub

Deprecated and Inherited methods

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

Attributes

Deprecated
true
Inherited from:
AbstractStub