Event Hooks
Event hooks are an integration point that allows for custom code to to be triggered when NiFi Registry application events occur.
Event Name | Description |
---|---|
|
Invoked once the NiFi Registry application has been successfully started. This is only invoked after a complete and successful start. |
|
A new registry bucket is created. |
|
A new flow is created in a specified bucket. Only triggered on first time creation of a flow with a given name. |
|
A new version for a flow has been saved in the registry. |
|
A bucket has been updated. |
|
A flow that exist in a bucket has been updated. |
|
An existing bucket in the registry is deleted. |
|
An existing flow in the registry is deleted. |