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
-
Method Summary
-
Constructor Details
-
CoherenceServerExtension
public CoherenceServerExtension()
-
-
Method Details
-
getInterceptors
Description copied from interface:CoherenceExtension.InterceptorProvider
Returns theNamedEventInterceptor
instances.- Specified by:
getInterceptors
in interfaceCoherenceExtension.InterceptorProvider
- Returns:
- the
NamedEventInterceptor
instances
-