Currently the only way to configure handlers that listen for specific webhooks from the ACA-Py agent is through the register_listeners function. It would be useful to have an additional method that adds a handler for a single topic to the pubsub.
This should be a straightforward fix.
Are you interested in working on this improvement yourself?
Description
Currently the only way to configure handlers that listen for specific webhooks from the ACA-Py agent is through the register_listeners function. It would be useful to have an additional method that adds a handler for a single topic to the pubsub.
This should be a straightforward fix.
Are you interested in working on this improvement yourself?