public interface MuleStatusService
| Modifier and Type | Method and Description |
|---|---|
void |
checkStopped(Path muleDistribution)
Checks whether a Mule Runtime distribution is stopped.
|
void checkStopped(Path muleDistribution) throws IOException
muleDistribution - a MuleDistribution object.IllegalStateException - if Mule runtime is running.IOException - if there's any issue while interacting with the mule binary.Copyright © 2021 MuleSoft, Inc.. All rights reserved.