@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ClientInterceptorPriority
APPLICATION
is used.Modifier and Type | Fields and Description |
---|---|
static int |
APPLICATION
The starting range value for application interceptors.
|
static int |
APPLICATION_END
The ending range value for application interceptors.
|
static int |
JBOSS_AFTER
The starting range value for provided JBoss "after" interceptors.
|
static int |
JBOSS_AFTER_END
The ending range value for provided JBoss "before" interceptors.
|
static int |
JBOSS_BEFORE
The starting range value for provided JBoss "before" interceptors.
|
static int |
JBOSS_BEFORE_END
The ending range value for provided JBoss "before" interceptors.
|
static int |
LIBRARY_AFTER
The starting range value for library "after" interceptors.
|
static int |
LIBRARY_AFTER_END
The ending range value for library "after" interceptors.
|
static int |
LIBRARY_BEFORE
The starting range value for library "before" interceptors.
|
static int |
LIBRARY_BEFORE_END
The ending range value for library "before" interceptors.
|
Modifier and Type | Required Element and Description |
---|---|
int |
value |
public static final int APPLICATION
public static final int APPLICATION_END
public static final int LIBRARY_BEFORE
public static final int LIBRARY_BEFORE_END
public static final int JBOSS_BEFORE
public static final int JBOSS_BEFORE_END
public static final int LIBRARY_AFTER
public static final int LIBRARY_AFTER_END
public static final int JBOSS_AFTER
Copyright © 2021 JBoss by Red Hat. All rights reserved.