Reputation: 159
Hi we are using RedisClient to access/update data in Redis from our microservices. What i would like to do is add a decorator around RedisClient calls to add additional information around this call. These calls are not in separate methods to add an interceptor so i am looking to add a decorator. Is it possible to add a decorator with no implementation class as delegate? I tried doing this but then the decorator code doesn't get triggered. Any idea if and how to achieve this?
Thank you in advance
Upvotes: 0
Views: 129