Interface InstrumentationStrategy

All Known Implementing Classes:
FullInstrumentationStrategy, NoInstrumentationStrategy, OutboundInstrumentationStrategy

public interface InstrumentationStrategy
Determines, which Channels in an ExecutionPlan should be instrumented.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Mark Channels within the stage that should be instrumented.
  • Method Details

    • applyTo

      void applyTo(ExecutionStage stage)
      Mark Channels within the stage that should be instrumented.
      Parameters:
      stage - that should be instrumented