Package com.espertech.esper.common.client.annotation


package com.espertech.esper.common.client.annotation

This package defines the Esper EPL annotations, which prefix EPL statements for the purpose of adding statement information.

  • Class
    Description
    Annotation to target certain constructs.
    Annotation for use in EPL statements to add a debug.
    Enumeration of audit values.
    Annotation for use with Avro to provide a schema for a given event property.
    List of built-in annotations.
    Annotation that is the modifier for event-bus-visible event types
    Annotation for use in EPL statements to add a description.
    An execution directive for use in an EPL statement, that causes processing of an event to stop after the EPL statement marked with @Drop has processed the event, applicable only if multiple statements must process the same event.
    Annotation that can be attached to specify which underlying event representation to use for events.
    Annotation for providing a statement execution hint.
    Enumeration of hint values.
    Use this annotation to install a statement-specific hook or callback at time of statement creation.
    Enumeration for the different types of statement-processing hooks (callbacks) that can be provided for a statement.
    Annotation for use in EPL statements for making an unbound stream iterable returning the last event without requiring a data window to be declared.
    Annotation for use with Json to provide an adapter for a given class field.
    Annotation for use with JSON schemas.
    Annotation for use with Json to provide an adapter for a given event property name.
    Annotation for use in EPL statement to define a statement name.
    Annotation for use in EPL statements to suppress any statement-level locking (use with caution, see below).
    An execution directive for use in an EPL statement, by which processing of an event by statements start with the statement that has the highest priority, applicable only if multiple statements must process the same event.
    Annotation that is the public access modifier
    Annotation that is the public access modifier
    Annotation that is the public access modifier
    Annotation for use in EPL statement to tag a statement with a name-value pair.
    Annotation for use with XML schemas.
    Annotation for use with XML to set a given event property name to use XPath.
    Annotation for use with XML schemas to define a namespace prefix.