Interface CallListener

All Known Subinterfaces:
ICallsToXLSXListener
All Known Implementing Classes:
AggregateCallsToXLSXListener, CallsToXLSXListener, CallToJS

public interface CallListener
  • Method Details

    • processCalls

      void processCalls(String rootReference, ArrayList<Call> calls, List<String> tags, Map<String,org.qubership.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requredIds)
    • postProcess

      void postProcess(String rootReference)