Class AbstractNotificationService
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.bootstrap.notification.AbstractNotificationService
- All Implemented Interfaces:
NotificationService,ConfigurableComponent
- Direct Known Subclasses:
EmailNotificationService,HttpNotificationService
public abstract class AbstractNotificationService
extends AbstractConfigurableComponent
implements NotificationService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit(NotificationInitializationContext context) final voidProvides the NotificationService with access to objects that may be of use throughout the life of the serviceMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.bootstrap.notification.NotificationService
notify
-
Field Details
-
identifier
-
-
Constructor Details
-
AbstractNotificationService
public AbstractNotificationService()
-
-
Method Details
-
initialize
Description copied from interface:NotificationServiceProvides the NotificationService with access to objects that may be of use throughout the life of the service- Specified by:
initializein interfaceNotificationService- Parameters:
context- of initialization
-
init
-
getIdentifier
- Specified by:
getIdentifierin interfaceConfigurableComponent
-