View Source Grizzly.ZIPGateway.Supervisor (grizzly v8.6.6)

Supervisor for the Z/IP Gateway process.

Summary

Functions

Returns a specification to start this module under a supervisor.

Restarts the Z/IP Gateway process. An error will be raised if Grizzly.ZIPGateway.Supervisor is not running.

Stops the Z/IP Gateway process if it is running.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

restart_zipgateway()

@spec restart_zipgateway() :: :ok

Restarts the Z/IP Gateway process. An error will be raised if Grizzly.ZIPGateway.Supervisor is not running.

start_link(options)

@spec start_link(Grizzly.Options.t()) :: Supervisor.on_start()

stop_zipgateway()

@spec stop_zipgateway() :: :ok

Stops the Z/IP Gateway process if it is running.