Class IgnoreMessageEvent
java.lang.Object
io.fluxzero.sdk.tracking.metrics.IgnoreMessageEvent
Metric event published when a tracked message matched a handler but was deliberately skipped before invocation.
This is distinct from a handler failure: no handler method was invoked and no handler result should be expected.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringReason emitted when an indexed request is skipped because its effective timeout expired before handler invocation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EXPIRED_REQUEST
Reason emitted when an indexed request is skipped because its effective timeout expired before handler invocation.- See Also:
-
-
Constructor Details
-
IgnoreMessageEvent
public IgnoreMessageEvent()
-