com.ibm.ctg.monitoring

Interface TraceParentInterface



  • public interface TraceParentInterface
    StakeHolders who would like to monitor the Request end to end can implement the TrackingTokenInterface Interface. See the package overview. for details.

    You can create a Request Monitoring Exits that can selectively track requests by implementing the TrackingTokenInterface Interface.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CLASS_VERSION 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getTraceParent(RequestEvent requestEvent, java.util.Map<RequestData,java.lang.Object> data)
      This method is called for each request flow through Gateway.
    • Method Detail

      • getTraceParent

        java.lang.String getTraceParent(RequestEvent requestEvent,
                                      java.util.Map<RequestData,java.lang.Object> data)
        This method is called for each request flow through Gateway. This method is implemented in the Request Monitoring Exits and returns a stakeHolder identifier.
        Returns:
        A Character that identifies the stakeHolder Identifier.

©Copyright IBM Corp. 1994, 2025


Legal