smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
Decorators should have access to connector config
I would like to configure a decorator per connector.
When isConnector
is true
, would it be possible to pass a ConnectorConfig
instance of the given connector to the decorate method or be able to retrieve one (constructor is protected) ?