Uses of Interface
org.jboss.resteasy.spi.AsyncWriterInterceptorContext
-
Packages that use AsyncWriterInterceptorContext Package Description org.jboss.resteasy.spi -
-
Uses of AsyncWriterInterceptorContext in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi with parameters of type AsyncWriterInterceptorContext Modifier and Type Method Description CompletionStage<Void>AsyncWriterInterceptor. asyncAroundWriteTo(AsyncWriterInterceptorContext context)Interceptor method wrapping calls toAsyncMessageBodyWriter.asyncWriteTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, org.jboss.resteasy.spi.AsyncOutputStream)method.
-