lt

public static EventFilter lt(EventMessageField field, Object value)

Creates a new "less than" filter which targets a field in the event message.

NOTE: not all value types are supported for ordering comparison. See Filters for details.

Parameters

field

the message field from which the actual value is taken

value

the expected value


public static EventFilter lt(EventContextField field, Object value)

Creates a new "less than" filter which targets a field in the event context.

NOTE: not all value types are supported for ordering comparison. See Filters for details.

Parameters

field

the context field from which the actual value is taken

value

the expected value