Interface ScopeConfigurator<T>

  • All Superinterfaces:
    java.util.function.Function<InstrumentationScopeInfo,​T>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ScopeConfigurator<T>
    extends java.util.function.Function<InstrumentationScopeInfo,​T>
    A ScopeConfigurator computes configuration for a given InstrumentationScopeInfo.

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.