@Retention(value=RUNTIME) @Target(value=METHOD) public @interface RouteFilter
The target business method must return void and accept exactly one argument of type RoutingContext.
Filters with higher priority are called first. The default priority for all annotation-based filters is
DEFAULT_PRIORITY.
| Modifier and Type | Fields and Description |
|---|---|
static int |
DEFAULT_PRIORITY |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
value
Filters with higher priority are called first.
|
public abstract int value
Filter.getPriority()Copyright © 2020 JBoss by Red Hat. All rights reserved.