Package com.oracle.coherence.cdi
Interface CoherenceExtension.InterceptorProvider
-
- All Known Implementing Classes:
CoherenceServerExtension
- Enclosing class:
- CoherenceExtension
public static interface CoherenceExtension.InterceptorProvider
A provider ofNamedEventInterceptor
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<NamedEventInterceptor<?>>
getInterceptors()
Returns theNamedEventInterceptor
instances.
-
-
-
Method Detail
-
getInterceptors
Iterable<NamedEventInterceptor<?>> getInterceptors()
Returns theNamedEventInterceptor
instances.- Returns:
- the
NamedEventInterceptor
instances
-
-