Handles incoming ACI requests.
TIP: Micro Focus provides a template that includes all of the components necessary to handle ACI requests. For more information about how to handle actions in NiFi Ingest, see Handle Connector Actions.
Name | Description |
---|---|
ACI context service | An AciContextServiceImpl Controller Service that stores information about actions that have been sent to NiFi Ingest. |
Listening Port | The port to listen on for incoming ACI requests. |
Hostname | The host name to bind to. If you do not set this property, the processor binds to all hosts. |
SSL Context service | An IdolSSLConfigServiceImpl to configure SSL for incoming requests. |
Synchronous actions | A comma-separated list of regular expressions, used to identify synchronous action names. |
Dynamic properties |
Adding a dynamic property creates a new output relationship with the same name. The value of the dynamic property is a regular expression that matches action names. Actions that have a matching name are routed to the corresponding relationship. The actions |