Interface AsyncHttpResponseWrapperFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The
Bus extension to allow wrapping up the response processing of
the AsyncHTTPConduit instance.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe wrapper around the response that will be called by theAsyncHTTPConduitinstance once the response is received. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates new instance of theAsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper
-
Method Details
-
create
Creates new instance of theAsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper- Returns:
- new instance of the
AsyncHttpResponseWrapperFactory.AsyncHttpResponseWrapper(or null)
-