Package org.infinispan.spring.embedded
Class SpringEmbeddedModule
java.lang.Object
org.infinispan.spring.embedded.SpringEmbeddedModule
- All Implemented Interfaces:
ModuleLifecycle
Add support for Spring-specific classes like
NullValue in embedded caches.- Since:
- 12.1
- Author:
- Dan Berindei
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.lifecycle.ModuleLifecycle
cacheManagerStarted, cacheManagerStopped, cacheManagerStopping, cacheStarted, cacheStarting, cacheStopped, cacheStopping
-
Constructor Details
-
SpringEmbeddedModule
public SpringEmbeddedModule()
-
-
Method Details
-
cacheManagerStarting
public void cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) - Specified by:
cacheManagerStartingin interfaceModuleLifecycle
-