Package org.apache.synapse.task
Interface TaskManagerObserver
-
public interface TaskManagerObserverAn 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 voidupdate()Notifies all theSubscriberswhen the link NTaskTaskManager is successfully initialized.
-