Interface SBAReturnContext

  • All Superinterfaces:
    ReturnContext<SBAErrorCode>


    public interface SBAReturnContext
    extends ReturnContext<SBAErrorCode>
    Proxy for returning outcome of SBA call. Object should be used exactly once by calling one of its methods, according to the outcome of the SBA call.
    • Method Detail

      • doReturn

        void doReturn​(byte[] data)
        Return valid result to the caller.
        Parameters:
        data - result of the SBA call