Search in sources :

Example 1 with PersistedInputs

use of org.graylog2.shared.inputs.PersistedInputs in project graylog2-server by Graylog2.

the class InputLauncher method launchAllPersisted.

public void launchAllPersisted() {
    for (MessageInput input : persistedInputs) {
        input.initialize();
        launch(input);
    }
}
Also used : MessageInput(org.graylog2.plugin.inputs.MessageInput)

Aggregations

MessageInput (org.graylog2.plugin.inputs.MessageInput)1