Package com.oracle.coherence.cdi.server
Class CoherenceServerExtension
java.lang.Object
com.oracle.coherence.cdi.server.CoherenceServerExtension
- All Implemented Interfaces:
 CoherenceExtension.InterceptorProvider,jakarta.enterprise.inject.spi.Extension
public class CoherenceServerExtension
extends Object
implements jakarta.enterprise.inject.spi.Extension, CoherenceExtension.InterceptorProvider
A Coherence CDI 
Extension that should only be used within the
 cluster members.- Since:
 - 20.06
 - Author:
 - Jonathan Knight 2019.10.24, Aleks Seovic 2020.03.25
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CoherenceServerExtension
public CoherenceServerExtension() 
 - 
 - 
Method Details
- 
getInterceptors
Description copied from interface:CoherenceExtension.InterceptorProviderReturns theNamedEventInterceptorinstances.- Specified by:
 getInterceptorsin interfaceCoherenceExtension.InterceptorProvider- Returns:
 - the 
NamedEventInterceptorinstances 
 
 -