Package org.apache.synapse.task
Interface TaskManagerObserver
-
public interface TaskManagerObserver
An Observer which is used to subscribe to the NTaskTaskManager initialization completion event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update()
Notifies all theSubscribers
when the link NTaskTaskManager is successfully initialized.
-