Uses of Class
com.tangosol.net.events.annotation.Interceptor.Order
-
Packages that use Interceptor.Order Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.net.events Contains classes related to the Coherence Live Event Model.com.tangosol.net.events.annotation Contains annotations related to the Coherence Live Event Model. -
-
Uses of Interceptor.Order in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return Interceptor.Order Modifier and Type Method Description Interceptor.Order
NamedEventInterceptorBuilder. getOrder()
Return theInterceptor.Order
of this interceptor.Methods in com.tangosol.coherence.config.builder with parameters of type Interceptor.Order Modifier and Type Method Description NamedEventInterceptorBuilder
NamedEventInterceptorBuilder. setOrder(Interceptor.Order order)
Set theEventInterceptor
's order (HIGH || LOW), hence whether it should be at the start of the chain of interceptors. -
Uses of Interceptor.Order in com.tangosol.net.events
Methods in com.tangosol.net.events that return Interceptor.Order Modifier and Type Method Description Interceptor.Order
NamedEventInterceptor. getOrder()
Return the priority of this interceptor in the chain of interceptors.Constructors in com.tangosol.net.events with parameters of type Interceptor.Order Constructor Description NamedEventInterceptor(String sName, EventInterceptor<E> interceptor, String sCacheName, String sServiceName, Interceptor.Order order, RegistrationBehavior behavior)
Construct a NamedEventInterceptor for the specified interceptor.NamedEventInterceptor(String sName, EventInterceptor<E> interceptor, String sCacheName, String sServiceName, Interceptor.Order order, RegistrationBehavior behavior, Set<Enum> setEventTypes)
Construct a NamedEventInterceptor for the specified interceptor. -
Uses of Interceptor.Order in com.tangosol.net.events.annotation
Methods in com.tangosol.net.events.annotation that return Interceptor.Order Modifier and Type Method Description Interceptor.Order
order()
Iff a value ofHIGH
is provided this interceptor will request to be the first in the chain of interceptors.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.
-