Package org.graylog2.shared.inputs
Class InputRegistry
java.lang.Object
org.graylog2.shared.inputs.InputRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(IOState<MessageInput> messageInputIOState) getInputState(String inputId) getRunningInput(String inputId) getRunningInputState(String inputStateId) booleanhasTypeRunning(Class klazz) booleanremove(MessageInput input) booleanremove(IOState<MessageInput> inputState) intstop(MessageInput input) stream()
-
Constructor Details
-
InputRegistry
public InputRegistry()
-
-
Method Details
-
getInputStates
-
getInputState
-
getRunningInputs
-
hasTypeRunning
-
runningCount
public int runningCount() -
getRunningInput
-
getRunningInputState
-
remove
-
remove
-
stop
-
add
-
stream
-