Interface AsyncBody.Consumer<T>
-
- All Known Implementing Classes:
ByteArrayBodyHandler,HttpClientReadableByteChannel
- Enclosing interface:
- AsyncBody
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AsyncBody.Consumer<T>
A functional interface for consuming async result bodies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconsume(T value, AsyncBody asyncBody)default <U> Uunwrap(Class<U> target)
-