Packages

package scaladsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait EventDestinationInterceptor extends AnyRef

    Interceptor allowing for example authentication/authorization of incoming connections to a EventProducerPushDestination

    Interceptor allowing for example authentication/authorization of incoming connections to a EventProducerPushDestination

    Annotations
    @ApiMayChange() @FunctionalInterface()
  2. final class EventProducerPushDestination extends AnyRef
    Annotations
    @ApiMayChange()
  3. final class GrpcReadJournal extends ReadJournal with EventsBySliceQuery with EventTimestampQuery with LoadEventQuery with CanTriggerReplay
    Annotations
    @ApiMayChange()

Value Members

  1. object EventProducerPushDestination

    A passive consumer service for event producer push that can be bound as a gRPC endpoint accepting active producers pushing events, for example to run a projection piercing firewalls or NAT.

    A passive consumer service for event producer push that can be bound as a gRPC endpoint accepting active producers pushing events, for example to run a projection piercing firewalls or NAT. Events are pushed directly into the configured journal and can then be consumed through a local projection. A producer can push events for multiple entities but no two producer are allowed to push events for the same entity, at the same time.

    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.

    Producers are started using the akka.projection.grpc.producer.scaladsl.EventProducerPush API.

    Annotations
    @ApiMayChange()
  2. object GrpcReadJournal
    Annotations
    @ApiMayChange()

Ungrouped