ge

public static EventFilter ge(EventMessageField field, Object value)

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

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