object GrpcReadJournal
- Source
 - GrpcReadJournal.scala
 
- Alphabetic
 - By Inheritance
 
- GrpcReadJournal
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
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
 
 -  val Identifier: String
 -    def apply(settings: GrpcQuerySettings, clientSettings: GrpcClientSettings, protobufDescriptors: Seq[FileDescriptor])(implicit system: ClassicActorSystemProvider): GrpcReadJournal
Construct a gRPC read journal for the given settings and explicit
GrpcClientSettingsto control how to reach the Akka Projection gRPC producer service (host, port etc).Construct a gRPC read journal for the given settings and explicit
GrpcClientSettingsto control how to reach the Akka Projection gRPC producer service (host, port etc).Note that the
protobufDescriptorsis a list of thejavaDescriptorfor the used protobuf messages. It is defined in the ScalaPB generatedProtocompanion object. -    def apply(settings: GrpcQuerySettings, protobufDescriptors: Seq[FileDescriptor])(implicit system: ClassicActorSystemProvider): GrpcReadJournal
Construct a gRPC read journal for the given settings.
Construct a gRPC read journal for the given settings.
Configuration from
akka.projection.grpc.consumer.clientwill be used to connect to the remote producer.Note that the
protobufDescriptorsis a list of thejavaDescriptorfor the used protobuf messages. It is defined in the ScalaPB generatedProtocompanion object. -    def apply(protobufDescriptors: Seq[FileDescriptor])(implicit system: ClassicActorSystemProvider): GrpcReadJournal
Construct a gRPC read journal from configuration
akka.projection.grpc.consumer.Construct a gRPC read journal from configuration
akka.projection.grpc.consumer. Thestream-idmust be defined in the configuration.Configuration from
akka.projection.grpc.consumer.clientwill be used to connect to the remote producer.Note that the
protobufDescriptorsis a list of thejavaDescriptorfor the used protobuf messages. It is defined in the ScalaPB generatedProtocompanion object. -   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
 
 -   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
 
 -   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])