Package py4j.commands

Class ShutdownGatewayServerCommand

java.lang.Object
py4j.commands.AbstractCommand
py4j.commands.ShutdownGatewayServerCommand
All Implemented Interfaces:
Command

public class ShutdownGatewayServerCommand extends AbstractCommand

The ShutdownGatewayServerCommand is responsible for shutting down the GatewayServer. This command is useful to shut down the server remotely, i.e., from the Python side.

Author:
Barthelemy Dagenais
  • Field Details

    • SHUTDOWN_GATEWAY_SERVER_COMMAND_NAME

      public static final String SHUTDOWN_GATEWAY_SERVER_COMMAND_NAME
      See Also:
  • Constructor Details

    • ShutdownGatewayServerCommand

      public ShutdownGatewayServerCommand()
  • Method Details