Plugin interfaces
Banqup platform services offer the following plugin interfaces.
Plugin Interface | Namespace | Name | Version | Description | Recipe |
---|---|---|---|---|---|
Message Listener | com.unifiedpost.btx | messageListeners | 1.0 | Applications that implement this interface can listen to messages sent on Banqup. | Set Up A Message Listener |
Message Authorizer | com.unifiedpost.btx | messageAuthorizers | 1.0 | Implement this interface to register your application as a message authorizer. This lets your application decide whether a message listener is authorized to listen on certain messages. |