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, wait
forEach, 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–2018 Graylog, Inc.. All rights reserved.