Fork me on GitHub
Edit on GitHub << back to Interceptors

NoOp Interceptor

NoOp Interceptor is defined in theĀ emptyStack and it performs no computation, it is there to allow create an empty stack that can be used with actions that do not required receiving request parameters or are fully stateless, i.e. when producing a JSON response on public endpoints.