Packages

package javadsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait EventProducerInterceptor extends AnyRef

    Interceptor allowing for example authentication/authorization of incoming requests to consume a specific stream.

    Interceptor allowing for example authentication/authorization of incoming requests to consume a specific stream.

    Annotations
    @ApiMayChange() @FunctionalInterface()
  2. final class EventProducerPush[Event] extends AnyRef
  3. final class EventProducerSource extends AnyRef

    Annotations
    @ApiMayChange()
  4. trait Mapper[A, B] extends AnyRef
    Annotations
    @ApiMayChange() @FunctionalInterface()
  5. final class Transformation extends AnyRef

    Transformation of events to the external (public) representation.

    Transformation of events to the external (public) representation. Events can be excluded by mapping them to Optional.empty.

    Not for direct construction, use Transformation.empty as starting point and register mappers to build your needed Transformation

    Annotations
    @ApiMayChange()

Value Members

  1. object EventProducer

    The event producer implementation that can be included a gRPC route in an Akka HTTP server.

    The event producer implementation that can be included a gRPC route in an Akka HTTP server.

    Annotations
    @ApiMayChange()
  2. 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.

    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.javadsl.EventProducerPushDestination gRPC service to be set up to accept the events on the consuming side.

  3. object EventProducerSource
  4. object Transformation
    Annotations
    @ApiMayChange()

Ungrouped