Interface CorrelatorFactory<C extends Correlator,​CB extends AbstractCorrelatorType>

  • Type Parameters:
    C - class of correlators instantiated
    CB - class of correlator configuration bean

    public interface CorrelatorFactory<C extends Correlator,​CB extends AbstractCorrelatorType>
    Instantiates configured correlators.
    See Also:
    Correlator
    • Method Detail

      • getConfigurationBeanType

        @NotNull
        @NotNull Class<CB> getConfigurationBeanType()
        Returns the type of configuration bean supported by this factory.