akka.projection.grpc.internal.proto
EventProducerServiceClient
Companion object EventProducerServiceClient
trait EventProducerServiceClient extends EventProducerService with EventProducerServiceClientPowerApi with AkkaGrpcClient
- Annotations
- @AkkaGrpcGenerated()
- Source
- EventProducerServiceClient.scala
- Alphabetic
- By Inheritance
- EventProducerServiceClient
- AkkaGrpcClient
- EventProducerServiceClientPowerApi
- EventProducerService
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def close(): Future[Done]
- Definition Classes
- AkkaGrpcClient
- abstract def closed: Future[Done]
- Definition Classes
- AkkaGrpcClient
- abstract def eventTimestamp(in: EventTimestampRequest): Future[EventTimestampResponse]
Used in some edge cases by the offset store to retrieve the timestamp for a certain event.
Used in some edge cases by the offset store to retrieve the timestamp for a certain event.
- Definition Classes
- EventProducerService
- abstract def eventsBySlices(in: Source[StreamIn, NotUsed]): Source[StreamOut, NotUsed]
- Definition Classes
- EventProducerService
- abstract def loadEvent(in: LoadEventRequest): Future[LoadEventResponse]
Lazy loading of a specific event.
Lazy loading of a specific event.
- Definition Classes
- EventProducerService
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eventTimestamp(): SingleResponseRequestBuilder[EventTimestampRequest, EventTimestampResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer eventTimestamp(akka.projection.grpc.internal.proto.EventTimestampRequest) if possible.
- Definition Classes
- EventProducerServiceClientPowerApi
- def eventsBySlices(): StreamResponseRequestBuilder[Source[StreamIn, NotUsed], StreamOut]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer eventsBySlices(akka.stream.scaladsl.Source[akka.projection.grpc.internal.proto.StreamIn, akka.NotUsed]) if possible.
- Definition Classes
- EventProducerServiceClientPowerApi
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadEvent(): SingleResponseRequestBuilder[LoadEventRequest, LoadEventResponse]
Lower level "lifted" version of the method, giving access to request metadata etc.
Lower level "lifted" version of the method, giving access to request metadata etc. prefer loadEvent(akka.projection.grpc.internal.proto.LoadEventRequest) if possible.
- Definition Classes
- EventProducerServiceClientPowerApi
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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 wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])