Interface AsyncBufferedMessageBodyWriter<T>
-
- All Superinterfaces:
AsyncMessageBodyWriter<T>,jakarta.ws.rs.ext.MessageBodyWriter<T>
- All Known Implementing Classes:
DocumentProvider,SourceProvider
public interface AsyncBufferedMessageBodyWriter<T> extends AsyncMessageBodyWriter<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CompletionStage<Void>asyncWriteTo(T t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, AsyncOutputStream entityStream)
-
-
-
Method Detail
-
asyncWriteTo
default CompletionStage<Void> asyncWriteTo(T t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, AsyncOutputStream entityStream)
- Specified by:
asyncWriteToin interfaceAsyncMessageBodyWriter<T>
-
-