Interface SetVariablesCommandStep1

All Known Implementing Classes:
SetVariablesCommandImpl

public interface SetVariablesCommandStep1
  • Method Details

    • variables

      Sets the variables document from a JSON stream.
      Parameters:
      variables - the variables JSON document as stream
      Returns:
      the builder for this command. Call #send() to complete the command and send it to the broker.
    • variables

      Sets the variables document from a JSON string.
      Parameters:
      variables - the variables JSON document as String
      Returns:
      the builder for this command. Call #send() to complete the command and send it to the broker.
    • variables

      Sets the variables document from a map.
      Parameters:
      variables - the variables document as map
      Returns:
      the builder for this command. Call #send() to complete the command and send it to the broker.
    • variables

      Sets the variables document from an object, which will be serialized into a JSON document.
      Parameters:
      variables - the variables document as object
      Returns:
      the builder for this command. Call #send() to complete the command and send it to the broker.