RESTEasy当中InternalDispatcher的使用方法

在做REST的服务的时候,有的时候需要在一个service的内部访问另外一个service,但是我们不希望发起真正的service请求,而是希望能够在容器内部直接完成请求处理,不发起真的网络请求。RESTEasy里面提供一个InternalDispatcher可以用来做这件事:

这个class提供一系列的内部service call的方法:

关于这个class的基本使用方法,做了一个demo项目可以看看:

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues