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
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec restart_zipgateway() :: :ok
Restarts the Z/IP Gateway process. An error will be raised if Grizzly.ZIPGateway.Supervisor
is not running.
@spec start_link(Grizzly.Options.t()) :: Supervisor.on_start()
@spec stop_zipgateway() :: :ok
Stops the Z/IP Gateway process if it is running.