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 Type
    Method
    Description
    void
    Collects entities contained in the incoming request and the corresponding response, turns them into InboundRequest and persists them.
  • Method Details

    • register

      void register(InboundRequestServiceParameter param)
      Collects entities contained in the incoming request and the corresponding response, turns them into InboundRequest and persists them.
      Parameters:
      param - information necessary to create an InboundRequest