Class IgnoreMessageEvent

java.lang.Object
io.fluxzero.sdk.tracking.metrics.IgnoreMessageEvent

public class IgnoreMessageEvent extends Object
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 Details

    • EXPIRED_REQUEST

      public static final String 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()