Package com.oracle.coherence.cdi.server
Class CoherenceServerExtension
- java.lang.Object
-
- com.oracle.coherence.cdi.server.CoherenceServerExtension
-
- All Implemented Interfaces:
CoherenceExtension.InterceptorProvider
,javax.enterprise.inject.spi.Extension
public class CoherenceServerExtension extends Object implements javax.enterprise.inject.spi.Extension, CoherenceExtension.InterceptorProvider
A Coherence CDIExtension
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 Constructor Description CoherenceServerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<NamedEventInterceptor<?>>
getInterceptors()
Returns theNamedEventInterceptor
instances.
-
-
-
Method Detail
-
getInterceptors
public Iterable<NamedEventInterceptor<?>> getInterceptors()
Description copied from interface:CoherenceExtension.InterceptorProvider
Returns theNamedEventInterceptor
instances.- Specified by:
getInterceptors
in interfaceCoherenceExtension.InterceptorProvider
- Returns:
- the
NamedEventInterceptor
instances
-
-