t

akka.projection.javadsl

HandlerLifecycle

trait HandlerLifecycle extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HandlerLifecycle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def start(): CompletionStage[Done]

    Invoked when the projection is starting, before first envelope is processed.

    Invoked when the projection is starting, before first envelope is processed. Can be overridden to implement initialization.

  2. abstract def stop(): CompletionStage[Done]

    Invoked when the projection has been stopped.

    Invoked when the projection has been stopped. Can be overridden to implement resource cleanup.