Interface FilterConfigurator


  • public interface FilterConfigurator
    A configurator, instantiated by the ServiceLoader, that will get to configure the Filter
    • Method Detail

      • configure

        void configure​(Filter filter)
        Invoked by the framework to let this instance configure the filter
        Parameters:
        filter - the filter managed by the framework