Interface ProducerHandler<RequestType,ResponseType>
- All Known Implementing Classes:
HpdQueryProducer
,ProducerHandlerBase
,ProducerPaginationHandler
public interface ProducerHandler<RequestType,ResponseType>
- Since:
- 4.3
- Author:
- Dmytro Rud
-
Method Summary
-
Method Details
-
getWrappedHandler
ProducerHandler<RequestType,ResponseType> getWrappedHandler()- Returns:
- Handler which is one step nearer to the Camel route.
-
handle
- Returns:
- Response to the given request.
- Throws:
Exception
-