public interface StateProviderInitializationContext
StateProvider when it
is initialized.| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Map<PropertyDescriptor,PropertyValue> |
getProperties() |
PropertyValue |
getProperty(PropertyDescriptor property)
Returns the configured value for the given property
|
SSLContext |
getSSLContext() |
String getIdentifier()
Map<PropertyDescriptor,PropertyValue> getProperties()
PropertyValue getProperty(PropertyDescriptor property)
property - the property to retrieve the value forSSLContext getSSLContext()
null if no SSLContext has been configuredCopyright © 2016 Apache NiFi Project. All rights reserved.