Object -
lang.object :
AbstractListener
Represent the listener shape that is used to provide values to services.
Methods
Handle listner start.
-
Return Type
(error?) error when fail to start, nil otherwise.
Handle listener stop gracefully.
-
Return Type
(error?) error
if__gracefulStop
fails for some reason, nil otherwise.
Handle listener stop immediatly.
-
Return Type
(error?) error
if__immediateStop
fails for some reason, nil otherwise.