Package io.micronaut.http.bind.binders
Interface NonBlockingBodyArgumentBinder<T>
-
- Type Parameters:
T
- A type
- All Superinterfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<Body,T,HttpRequest<?>>
,AnnotatedRequestArgumentBinder<Body,T>
,io.micronaut.core.bind.ArgumentBinder<T,HttpRequest<?>>
,BodyArgumentBinder<T>
,RequestArgumentBinder<T>
,io.micronaut.core.bind.TypeArgumentBinder<T,HttpRequest<?>>
,TypedRequestArgumentBinder<T>
public interface NonBlockingBodyArgumentBinder<T> extends BodyArgumentBinder<T>, TypedRequestArgumentBinder<T>
A marker interface for argument binders that are non-blocking.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from interface io.micronaut.http.bind.binders.BodyArgumentBinder
getAnnotationType
-
Methods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
superTypes
-
-