REMOTE
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
type | STRING | true | true | Whether the handler is the single "Local" handler for the cluster, which makes handling decisions, or a "Remote" handler which converses with the local handler. | |
timeout | INT | false | true | 5000 | How long to wait for a handling decision to be made; an exception will be thrown during the send if this timeout is reached, ensuring that strict ordering is kept. |
grouping-handler-address | STRING | true | true | A reference to a cluster connection and the address it uses. |