Interface InboundRequestService
- All Known Implementing Classes:
DefaultInboundRequestService
public interface InboundRequestService
A service to create InboundRequests. An InboundRequest relates to an invocation
into the integration API.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCollects entities contained in the incoming request and the corresponding response, turns them intoInboundRequestand persists them.
-
Method Details
-
register
Collects entities contained in the incoming request and the corresponding response, turns them intoInboundRequestand persists them.- Parameters:
param- information necessary to create an InboundRequest
-