public class DelegateRunnable extends Object implements Runnable
Runnable that delegates its execution. The delegate can be switch at any time. This is particulary useful when you want
to schedule a task to be repeated, and you want to change the task for the next executions without rescheduling.| Constructor and Description |
|---|
DelegateRunnable(Runnable delegate) |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.