Class AbstractConfigurable

    • Constructor Detail

      • AbstractConfigurable

        public AbstractConfigurable()
    • Method Detail

      • configure

        public void configure​(@NotNull
                              @NotNull Map<String,​Object> stormConf,
                              @NotNull
                              @NotNull com.fasterxml.jackson.databind.JsonNode filtersConf,
                              @NotNull
                              @NotNull String name)
        Description copied from interface: Configurable
        Called when this filter is being initialized
        Specified by:
        configure in interface Configurable
        Parameters:
        stormConf - The Storm configuration used for the configurable
        filtersConf - the filter specific configuration. Never null
        name - The filter name.