admin管理员组

文章数量:1289623

We are currently migration several @RestControllerEndpoint to the framework-agnostic @WebEndpoint. The problem:

These endpoints trigger an asynchronous task, which the status code should reflect (Accepted).

Is this possible using @WebEndpoint and @WriteOperation? I guess using @ResponseStatus is not allowed?

本文标签: