Interface SBACallEvent



  • public interface SBACallEvent
    Description of call SBA (Send Byte Array) event.
    • Method Detail

      • getTargetProcedureName

        java.lang.String getTargetProcedureName​()
        Get identifier of called RPC.
        Returns:
        identifier of called RPC
      • getByteArray

        byte[] getByteArray​()
        Get argument of the call.
        Returns:
        argument of the call
      • getReturnContext

        SBAReturnContext getReturnContext​()
        Get context object which serves as proxy for returning result of the call or null if called asynchronously.
        Returns:
        proxy for returning result of the call or null if called asynchronously