@NoImplement
public interface MuleInstanceManager
| Modifier and Type | Method and Description |
|---|---|
void |
restart()
This method requests that the JVM be restarted but then returns.
|
void |
stop(int exitCode)
This method requests that the JVM be shutdown but then returns.
|
void restart()
void stop(int exitCode)
Note that when running Mule as a service, since Mule will be running as a service in the background, there will be no way of
retrieving the passed exitCode from outside the wrapper.
exitCode - The exit code that the Wrapper will return when it exits.Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.