Skip to main content

I just recently finished reading API-led Connectivity Whitepaper and I understand that the API-led flow is a straightforward process following:

exp -> proc -> syst

 

and via a request-response type of api, the response will return from

syst -> proc -> exp

 

my question is that, is it allowable for system layer to call an api exposed in process layer?

It's like the system layer will be the consumer of process layer (callback)

 

thanks,

4 answers
  1. Feb 23, 2017, 8:43 AM

    @paolomojica,

     

    Its allowed or not? We can access it any where but the framework suggest not to use it.. Recently I have attended the Training on Solution design and asked same question and the answer is you can but its not recommended..

     

    Primary reason is - Any changes in third party side(consumer) their should not be any impact in the system layer side..

     

    Rgds

    ..Rajesh

0/9000