eq

public static EventFilter eq(EventMessageField field, Object value)

Creates a new equality filter which targets a field in the event message.

Parameters

field

the message field from which the actual value is taken

value

the expected value


public static EventFilter eq(EventContextField field, Object value)

Creates a new equality filter which targets a field in the event context.

Parameters

field

the context field from which the actual value is taken

value

the expected value