public class InputEventListener extends Object
| Constructor and Description |
|---|
InputEventListener(com.google.common.eventbus.EventBus eventBus,
InputLauncher inputLauncher,
InputRegistry inputRegistry,
InputService inputService,
NodeId nodeId,
LeaderElectionService leaderElectionService,
PersistedInputs persistedInputs,
ServerStatus serverStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
inputCreated(InputCreated inputCreatedEvent) |
void |
inputDeleted(InputDeleted inputDeletedEvent) |
void |
inputUpdated(InputUpdated inputUpdatedEvent) |
void |
leaderChanged(LeaderChangedEvent event) |
@Inject
public InputEventListener(com.google.common.eventbus.EventBus eventBus,
InputLauncher inputLauncher,
InputRegistry inputRegistry,
InputService inputService,
NodeId nodeId,
LeaderElectionService leaderElectionService,
PersistedInputs persistedInputs,
ServerStatus serverStatus)
public void inputCreated(InputCreated inputCreatedEvent)
public void inputUpdated(InputUpdated inputUpdatedEvent)
public void inputDeleted(InputDeleted inputDeletedEvent)
public void leaderChanged(LeaderChangedEvent event)
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.