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
Modifier and TypeMethodDescriptionvoidupdate()Notifies all theSubscriberswhen the link NTaskTaskManager is successfully initialized.
-
Method Details
-
update
void update()Notifies all theSubscriberswhen the link NTaskTaskManager is successfully initialized.
-