public class MonitoredEventDispatcher extends Object implements com.atlassian.event.spi.EventDispatcher
EventDispatcher that raises an alert when an event is rejected.| Constructor and Description |
|---|
MonitoredEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate,
EventSystemMonitor monitor,
int queueLength) |
MonitoredEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate,
EventSystemMonitor monitor,
Supplier<Integer> queueLengthSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(com.atlassian.event.spi.ListenerInvoker listenerInvoker,
Object o) |
public MonitoredEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate,
EventSystemMonitor monitor,
int queueLength)
public MonitoredEventDispatcher(com.atlassian.event.spi.EventDispatcher delegate,
EventSystemMonitor monitor,
Supplier<Integer> queueLengthSupplier)
public void dispatch(com.atlassian.event.spi.ListenerInvoker listenerInvoker,
Object o)
dispatch in interface com.atlassian.event.spi.EventDispatcherCopyright © 2017–2019 Atlassian. All rights reserved.