Uses of Enum Class
com.tangosol.net.events.annotation.Interceptor.Order
Packages that use Interceptor.Order
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes related to the Coherence Live Event Model.
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.OrderModifier and TypeMethodDescriptionNamedEventInterceptorBuilder.getOrder()
Return theInterceptor.Order
of this interceptor.Methods in com.tangosol.coherence.config.builder with parameters of type Interceptor.OrderModifier and TypeMethodDescriptionNamedEventInterceptorBuilder.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.OrderModifier and TypeMethodDescriptionNamedEventInterceptor.getOrder()
Return the priority of this interceptor in the chain of interceptors.Constructors in com.tangosol.net.events with parameters of type Interceptor.OrderModifierConstructorDescriptionNamedEventInterceptor
(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.OrderModifier and TypeMethodDescriptionstatic Interceptor.Order
Returns the enum constant of this class with the specified name.static Interceptor.Order[]
Interceptor.Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.