[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <routing-options>
        <flow>
            <route>
                <name>name</name> <!-- identifier -->
                <match>...</match> <!-- mandatory -->
                <then>...</then>
            </route>
        </flow>
    </routing-options>
</configuration>

Description

Flow route.

Contents

<match>—Flow definition.

<name>—No documentation is available yet.

<then>—Actions to take for this flow.


[Contents] [Prev] [Next] [Index] [Report an Error]