Interface PreservesThreadClientResponseFilter

All Superinterfaces:
jakarta.ws.rs.client.ClientResponseFilter
All Known Subinterfaces:
ResteasyReactiveClientResponseFilter

public interface PreservesThreadClientResponseFilter extends jakarta.ws.rs.client.ClientResponseFilter
This is just a marker interface that is used to instruct the REST Client not to switch to a blocking thread when a ClientResponseFilter is being executed.
  • Method Summary

    Methods inherited from interface jakarta.ws.rs.client.ClientResponseFilter

    filter