Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.net.events.annotation |
Contains annotations related to the Coherence Live Event Model.
|
Modifier and Type | Method and Description |
---|---|
Interceptor.Order |
NamedEventInterceptorBuilder.getOrder()
Return the
Interceptor.Order of this interceptor. |
Modifier and Type | Method and Description |
---|---|
NamedEventInterceptorBuilder |
NamedEventInterceptorBuilder.setOrder(Interceptor.Order order)
Set the
EventInterceptor 's order (HIGH || LOW), hence
whether it should be at the start of the chain of interceptors. |
Modifier and Type | Method and Description |
---|---|
static Interceptor.Order |
Interceptor.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interceptor.Order[] |
Interceptor.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|