Package org.axonframework.messaging.eventstreaming


package org.axonframework.messaging.eventstreaming
  • Class
    Description
    Describes the criteria for EventStoreTransaction#source(SourcingCondition) sourcing or
    invalid reference
    streaming
    events.
    Describes a singular, non-nested criteria for filtering events.
    Interface describing a condition that the type and tags of event messages must match against in order to be relevant.
    An EventCriteria that can be restricted to a specific set of event types.
    Builder class to construct an EventCriteria that will match the to-be-built criteria and the already existing criteria.
    Interface towards a streamable event source.
    Interface describing the condition to
    invalid reference
    stream
    from a streamable event source (like an Event Store).
    An Tag refers to fields and their values within which an EventMessage has been published, typically referring to domain-specifics used for identification.
    Provides functionality to retrieve TrackingTokens for the head and tail of the stream, and at a given point in time in the stream.