Interface ExposesCall<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T call​(java.lang.String... namespaceAndProcedure)
      Starts defining a procedure call of the procedure with the given qualified name.
    • Method Detail

      • call

        T call​(java.lang.String... namespaceAndProcedure)
        Starts defining a procedure call of the procedure with the given qualified name.
        Parameters:
        namespaceAndProcedure - The procedure name of the procedure to call.
        Returns:
        An ongoing definition of a call