Interface OutboundItemDTORouter
-
- All Known Implementing Classes:
DefaultOutboundItemDTORouter
public interface OutboundItemDTORouterThis class routesOutboundItemDTObased on whether it should get consumed immediately or be sent along to the spring integration channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidroute(OutboundItemDTO itemDTO)
-
-
-
Method Detail
-
route
void route(OutboundItemDTO itemDTO)
-
-