public class NotifierHandler extends Object implements Consumer<PayaraNotification>
| Constructor and Description |
|---|
NotifierHandler(org.glassfish.hk2.api.ServiceHandle<PayaraNotifier> notifierHandle) |
NotifierHandler(org.glassfish.hk2.api.ServiceHandle<PayaraNotifier> notifierHandle,
PayaraNotifierConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PayaraNotification notification) |
protected void |
bootstrap() |
protected void |
destroy() |
protected PayaraNotifierConfiguration |
getConfig() |
protected String |
getName() |
protected void |
reconfigure() |
public NotifierHandler(org.glassfish.hk2.api.ServiceHandle<PayaraNotifier> notifierHandle)
public NotifierHandler(org.glassfish.hk2.api.ServiceHandle<PayaraNotifier> notifierHandle, PayaraNotifierConfiguration config)
protected PayaraNotifierConfiguration getConfig()
protected String getName()
protected void reconfigure()
protected void destroy()
protected void bootstrap()
public void accept(PayaraNotification notification)
accept in interface Consumer<PayaraNotification>Copyright © 2021. All rights reserved.