Interface FilterConfigurator


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

    Modifier and Type
    Method
    Description
    void
    configure(Filter filter)
    Invoked by the framework to let this instance configure the filter
  • Method Details

    • configure

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