le

public static EventFilter le(EventMessageField field, Object value)

Creates a new "less than or equals" 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 le(EventContextField field, Object value)

Creates a new "less than or equals" 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