|
Move Method protected addMessageProcessorFunction(name String, functionClass Class<? extends Function<?>>) : void from class org.graylog.plugins.pipelineprocessor.ProcessorPluginModule to protected addMessageProcessorFunction(name String, functionClass Class<? extends Function<?>>) : void from class org.graylog.plugins.pipelineprocessor.PipelineProcessorModule |
From |
To |
|
Move Method public addMessageProcessorFunction(binder Binder, name String, functionClass Class<? extends Function<?>>) : void from class org.graylog.plugins.pipelineprocessor.ProcessorPluginModule to public addMessageProcessorFunction(binder Binder, name String, functionClass Class<? extends Function<?>>) : void from class org.graylog.plugins.pipelineprocessor.PipelineProcessorModule |
From |
To |
|
Move Method protected configure() : void from class org.graylog.plugins.pipelineprocessor.ProcessorPluginModule to protected configure() : void from class org.graylog.plugins.pipelineprocessor.PipelineProcessorModule |
From |
To |
|
Move Method public processorFunctionBinder(binder Binder) : MapBinder<String,Function<?>> from class org.graylog.plugins.pipelineprocessor.ProcessorPluginModule to public processorFunctionBinder(binder Binder) : MapBinder<String,Function<?>> from class org.graylog.plugins.pipelineprocessor.PipelineProcessorModule |
From |
To |