public class DispatcherTaskExecutor
extends java.lang.Object
implements org.springframework.core.task.TaskExecutor
Dispatcher to be used as a Spring TaskExecutor.| Constructor and Description |
|---|
DispatcherTaskExecutor(reactor.event.dispatch.Dispatcher dispatcher)
Creates a new DispatcherTaskExceutor that will use the given
dispatcher to execute
tasks. |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable task) |