Interface AgentBuilder.Identified

All Known Subinterfaces:
AgentBuilder.Identified.Extendable, AgentBuilder.Identified.Narrowable
All Known Implementing Classes:
AgentBuilder.Default.Transforming
Enclosing interface:
AgentBuilder

public static interface AgentBuilder.Identified
Describes an AgentBuilder which was handed a matcher for identifying types to instrumented in order to supply one or several AgentBuilder.Transformers.
  • Method Details

    • transform

      Applies the given transformer for the already supplied matcher.
      Parameters:
      transformer - The transformer to apply.
      Returns:
      A new instance of this agent builder with the transformer being applied when the previously supplied matcher identified a type for instrumentation which also allows for the registration of subsequent transformers.