Interface ModuleLifecycle

  • All Known Implementing Classes:
    CoreModule, LifecycleCallbacks, LifecycleCallbacks, LifecycleCallbacks, LifecycleCallbacks, Module

    public interface ModuleLifecycle
    ModuleLifecycle is an API hook for delegating lifecycle events to Infinispan sub-modules.

    For example the 'query' module needs to register an interceptor with the Cache if the Cache has querying enabled etc.

    To use this hook, you would need to implement this interface and annotate it with InfinispanModule.

    Modules who also have their own configuration (see {@see org.infinispan.configuration}), can access their configuration beans via Configuration.module(Class)

    Since:
    4.0
    Author:
    Manik Surtani