Constructors

Methods

  • Retrieves the MessageFlows.

    Returns Nullable<{
        connectionConfiguration: {
            source: string;
            targets: {
                connection: string;
                type: string;
            }[];
        }[];
    }>

    The MessageFlows.

  • Sets the MessageFlows

    Parameters

    • messageFlows: Nullable<{
          connectionConfiguration: {
              source: string;
              targets: {
                  connection: string;
                  type: string;
              }[];
          }[];
      }>

      The MessageFlow specification to set.

    Returns void