Uses of Enum Class
com.tangosol.net.events.annotation.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
Modifier and TypeMethodDescriptionNamedEventInterceptorBuilder.getOrder()
Return theInterceptor.Order
of this interceptor.Modifier 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
Modifier and TypeMethodDescriptionNamedEventInterceptor.getOrder()
Return the priority of this interceptor in the chain of interceptors.ModifierConstructorDescriptionNamedEventInterceptor
(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
Modifier 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.