What is the possible usage of ZuulFilter.run()
return value?
All the examples (for instance Spring example) return null
.
The official documentation says:
Some arbitrary artifact may be returned. Current implementation ignores it.
So why to have it at all?
0 Replies