Class LogNotifier
- java.lang.Object
-
- fish.payara.internal.notification.PayaraConfiguredNotifier<LogNotifierConfiguration>
-
- fish.payara.nucleus.notification.log.LogNotifier
-
- All Implemented Interfaces:
PayaraNotifier
@Service(name="log-notifier") @RunLevel(10) public class LogNotifier extends PayaraConfiguredNotifier<LogNotifierConfiguration>
- Author:
- mertcaliskan
-
-
Field Summary
-
Fields inherited from class fish.payara.internal.notification.PayaraConfiguredNotifier
configuration
-
-
Constructor Summary
Constructors Constructor Description LogNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbootstrap()Initialise any required properties.voiddestroy()Destroy any objects before configuration values are changed.voidhandleNotification(PayaraNotification event)Receive notifications from the notification service.-
Methods inherited from class fish.payara.internal.notification.PayaraConfiguredNotifier
getConfiguration, setConfiguration
-
-
-
-
Method Detail
-
bootstrap
public void bootstrap()
Description copied from interface:PayaraNotifierInitialise any required properties. Called when the notifier is initialised, or configuration values are changed.
-
destroy
public void destroy()
Description copied from interface:PayaraNotifierDestroy any objects before configuration values are changed. Called when the server shuts down or before the notifier is reinitialised.
-
handleNotification
public void handleNotification(PayaraNotification event)
Description copied from interface:PayaraNotifierReceive notifications from the notification service.- Parameters:
event- the notification
-
-