public class OrderedMessageProcessors extends Object implements Iterable<MessageProcessor>
| Constructor and Description |
|---|
OrderedMessageProcessors(Set<MessageProcessor> processors,
ClusterConfigService clusterConfigService,
com.google.common.eventbus.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleOrderingUpdate(ClusterConfigChangedEvent event) |
Iterator<MessageProcessor> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@Inject public OrderedMessageProcessors(Set<MessageProcessor> processors, ClusterConfigService clusterConfigService, com.google.common.eventbus.EventBus eventBus)
public void handleOrderingUpdate(ClusterConfigChangedEvent event)
public Iterator<MessageProcessor> iterator()
iterator in interface Iterable<MessageProcessor>Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.