This PR solves #147 by implementing a RFC Server in YaNco.
RfRF Servers are build from ServerBuilder class using same concepts as the ConnectionBuilder for clients.
RFC Servers have to register functions handlers to retrieve requests from the ABAP backend. Concept is same as function builder for client callbacks.
RFC Servers can be created without metadata connections to backend just from known metadata.
This PR solves #147 by implementing a RFC Server in YaNco.
RfRF Servers are build from ServerBuilder class using same concepts as the ConnectionBuilder for clients. RFC Servers have to register functions handlers to retrieve requests from the ABAP backend. Concept is same as function builder for client callbacks. RFC Servers can be created without metadata connections to backend just from known metadata.