gt

public static EventFilter gt(EventMessageField field, Object value)

Creates a new "greater 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 gt(EventContextField field, Object value)

Creates a new "greater 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