Package

pl.newicom.dddd

messaging

Permalink

package messaging

Visibility
  1. Public
  2. All

Type Members

  1. trait CollaborationSupport extends Stash

    Permalink
  2. trait Deduplication extends AnyRef

    Permalink

    Designed to be used by persistent actors.

    Designed to be used by persistent actors. Allows detecting duplicated messages sent to the actor. Keeps a set of message IDs that were received by the actor.

    Provides messageProcessed(Message) method that should be called during the "update-state" stage. The given message must contain pl.newicom.dddd.messaging.MetaData.CausationId attribute referring to the ID of the received message.

Value Members

  1. object CollaborationSupport

    Permalink
  2. package correlation

    Permalink

Ungrouped