Allow default implementation of filter to be turned on / off at runtime via the console
Description
Under certain circumstances it proves useful being able to turn off the functionality of specific components at runtime and turning them into straight passthrough components. To do this the components must have the same types entering as exiting the method such as filter.
Under certain circumstances it proves useful being able to turn off the functionality of specific components at runtime and turning them into straight passthrough components. To do this the components must have the same types entering as exiting the method such as filter.