object GrpcReadJournal
- Source
- GrpcReadJournal.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrpcReadJournal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val Identifier: String
- def create(system: ClassicActorSystemProvider, settings: GrpcQuerySettings, clientSettings: GrpcClientSettings, protobufDescriptors: List[FileDescriptor]): GrpcReadJournal
Construct a gRPC read journal for the given settings and explicit
GrpcClientSettings
to control how to reach the Akka Projection gRPC producer service (host, port etc). - def create(system: ClassicActorSystemProvider, settings: GrpcQuerySettings, protobufDescriptors: List[FileDescriptor]): 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.client
will be used to connect to the remote producer. - def create(system: ClassicActorSystemProvider, protobufDescriptors: List[FileDescriptor]): GrpcReadJournal
Construct a gRPC read journal from configuration
akka.projection.grpc.consumer
.Construct a gRPC read journal from configuration
akka.projection.grpc.consumer
. Thestream-id
must be defined in the configuration.Configuration from
akka.projection.grpc.consumer.client
will be used to connect to the remote producer.