object EventProducerPush
An active producer for event producer push that can be started on the producer to connect to consumers to push events, for example to run a projection piercing firewalls or NAT. A producer can push events for multiple entities but no two producer are allowed to push events for the same entity.
The event consumer service is not needed for normal projections over gRPC where the consuming side can access and initiate connections to the producing side.
Expects a akka.projection.grpc.consumer.scaladsl.EventProducerPushDestination gRPC service to be set up to accept the events on the consuming side.
- Source
- EventProducerPush.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventProducerPush
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[Event](originId: String, eventProducerSource: EventProducerSource, grpcClientSettings: GrpcClientSettings): EventProducerPush[Event]
- def apply[Event](originId: String, eventProducerSource: EventProducerSource, connectionMetadata: Metadata, grpcClientSettings: GrpcClientSettings): EventProducerPush[Event]