Interface RestartTasksManager
public interface RestartTasksManager
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the list of messages describing tasks that require a gateway restart.void
registerRequiredRestart
(String message) Register a message for a task which needs a gateway restart to complete.void
unregisterRequiredRestart
(String message) Unregisters a message indicating that a task no longer requires a gateway restart.
-
Method Details
-
registerRequiredRestart
Register a message for a task which needs a gateway restart to complete.- Parameters:
message
- the message to register
-
unregisterRequiredRestart
Unregisters a message indicating that a task no longer requires a gateway restart.- Parameters:
message
- the message to remove
-
getRestartRequiredMessages
Retrieve the list of messages describing tasks that require a gateway restart.- Returns:
- Tasks that require a gateway restart
-