public interface Restartable
beginRestart() needs to be called and will return a Map. After the restart is performed, the
finishRestart(RestartContext) will be called with the value that the beginRestart() method have generated.| Modifier and Type | Method and Description |
|---|---|
RestartContext |
beginRestart()
Method that needs to be called when a restart is performed.
|
void |
finishRestart(RestartContext restartContext)
Method that needs to be called to finish the process of restarting.
|
RestartContext beginRestart()
void finishRestart(RestartContext restartContext)
restartContext - the context generated by beginRestart()Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.