Interface CorrelatorFactoryRegistry

  • All Known Implementing Classes:
    CorrelatorFactoryRegistryImpl

    public interface CorrelatorFactoryRegistry
    A registry of correlator factories. This method resides in model API module just because a custom code may need to register its own correlator and correlator factory.
    • Method Detail

      • registerFactory

        void registerFactory​(@NotNull
                             @NotNull QName name,
                             @NotNull
                             @NotNull CorrelatorFactory<?,​?> factory)
        Registers a correlator factory. Typically called from a `@PostConstruct` method.
        Parameters:
        name - Name of the configuration item. Must be qualified.