Hello huqiwei321, On Mon, Jun 19, 2017 at 12:36 PM, [email protected] <[email protected]> wrote:
> Hi everyone, > Anybody knows that the flow that how the data from YangUI > POST is saved to data store. > 1.data flow:YangUI->RESTCONF subsystem- >rpc(exist in my > internal app)->data store must use a internal app? > 2.data flow:YangUI->RESTCONF subsystem->data store > access the datastore from RESTCONF subsystem directly wi > thout any other internal app? > Is data flow 2 right? > If I understand your question correctly, I think the answer is that this depends on whether you actually call an RPC or just do a direct datastore read/write from YangUI; an RPC will necessarily go through your code, where as a read won't, and a write only if you have a listener registered on that path. Tx, M. -- Michael Vorburger, Red Hat [email protected] | IRC: vorburger @freenode | ~ = http://vorburger.ch > Any help is expect. > > ------------------------------ > [email protected] > > _______________________________________________ > controller-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/controller-dev > >
_______________________________________________ controller-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
