Class SpaceEvent

java.lang.Object
jdk.jfr.Event
org.jpos.jfr.SpaceEvent

public class SpaceEvent extends Event
JFR event recorded around individual jPOS space operations, threshold-filtered to avoid storms (default 10 ms).
  • Field Details

    • operation

      public String operation
      Operation name (e.g. in, out, rdp).
    • key

      public String key
      Space key associated with the operation.
  • Constructor Details

    • SpaceEvent

      public SpaceEvent(String operation, String key)
      Constructs a SpaceEvent describing the given operation and key.
      Parameters:
      operation - operation name
      key - space key