Interface ContextAwareScheduler


public interface ContextAwareScheduler
Helpers for producing Vert.x Context-aware schedulers.

The schedulers ensure that actions run on a Vert.x Context instead of the thread from the delegate ScheduledExecutorService. The Context are duplicated contexts.

The factory methods of ContextAwareScheduler.ContextCaptureStrategy provide ScheduledExecutorService objects with limited capabilities. The methods that use Runnable tasks are supported, while those using Callable are not. These executors cannot be shut down.