Replies: 1 comment 1 reply
-
If we want to use an HTTP level decorator,
Doesn't this example work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I add custom Decorator to gRPC API?
I tried to replace DecoratingHttpServiceFunction interface to DecorationgRpcServiceFunction, But I can not find appropriate example(https://armeria.dev/docs/server-decorator/)
I already added Decorator to REST API (annotated service) using Decorator annotation. and it works.
And here is my gRPC code. How can I add same or similar function to gRPC like REST?
Could you share some example or guide?
Beta Was this translation helpful? Give feedback.
All reactions