LifecycleHook

@FunctionalInterface
trait LifecycleHook extends EventListener

Defines lifecycle hook.

See also:
trait EventListener
class Object
trait Matchable
class Any

Value members

Abstract methods

def process(event: LifecycleEvent): Unit

Processes lifecycle event.

Processes lifecycle event.

Value parameters:
event

lifecycle event

Concrete methods

final def isCriticalService: Boolean

Test whether hook is a critical service.

Test whether hook is a critical service.

See also: