138139140141142143144
* Writes a {@link ShutdownMessage} to the subprocess. * * @param reason The reason for shutting down. */ Future<Boolean> writeShutdownMessage(ShutdownReason reason) { return writeMessage(new ShutdownMessage(reason)); }