Package com.atlassian.event.spi
Interface EventRunnableFactory
public interface EventRunnableFactory
An optional SPI that allows you to hook into the creation of the
Runnable that gets supplied to the
Executor that's returned from the EventExecutorFactory.- Since:
- v2.3
-
Method Summary
Modifier and TypeMethodDescriptiongetRunnable(ListenerInvoker invoker, Object event) Returns a newRunnable.
-
Method Details
-
getRunnable
-