Interface CorrelatorFactoryRegistry

    • 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.