Interface RPCServiceAsync

  • All Superinterfaces:
    Service

    public interface RPCServiceAsync
    extends Service
    Interface defining a asynchronous service.
    Author:
    msekoranja
    • Method Detail

      • request

        void request​(org.epics.pvdata.pv.PVStructure args,
                     RPCResponseCallback callback)
        Async. RPC call request. Implementation of this method should read arguments encoded in a PVStructure. A response must always be returned by calling RPCResponseCallback callback providing a completion status and a result structure in form of PVStructure.
        Parameters:
        args - RPC request arguments.
        callback - a response callback.