CPA Event Registration
Use
CPA events report changes in the configuration data, for example, the creation or deletion of a communication channel.
These changes generally lead to a change in the underlying physical connection and its processing threads.
Integration
If you do not use this mechanism, the adapter must poll itself to keep the number of sender channels and their configuration data up-to-date.
Features
- To use the CPA event mechanism, you must provide your adapter with a class that implements the com.sap.aii.af.service.administration.api.cpa.ChannelLifecycleCallback interface. This is demonstrated in the example adapter.
- Registration (subscription) is also undertaken in the example adapter.