Package com.oracle.coherence.cdi
Interface CoherenceExtension.InterceptorProvider
- All Known Implementing Classes:
 CoherenceServerExtension
- Enclosing class:
 CoherenceExtension
public static interface CoherenceExtension.InterceptorProvider
A provider of 
NamedEventInterceptor instances.- 
Method Summary
 
- 
Method Details
- 
getInterceptors
Iterable<NamedEventInterceptor<?>> getInterceptors()Returns theNamedEventInterceptorinstances.- Returns:
 - the 
NamedEventInterceptorinstances 
 
 -