Interface CoherenceConfigurer

  • All Known Implementing Classes:
    DefaultCoherenceConfigurer

    public interface CoherenceConfigurer
    Provides a strategy interface in order to customize the Coherence configuration. Users should typically not directly use getter methods from a CoherenceConfigurer directly unless they are using it to supply the implementations for Spring Beans.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Method Detail

      • getCoherence

        com.tangosol.net.Coherence getCoherence()
        Responsible for returning the Coherence instance.
        Returns:
        the Coherence instance
      • getCoherenceConfiguration

        com.tangosol.net.CoherenceConfiguration getCoherenceConfiguration()
        Responsible for creating the CoherenceConfiguration for the CoherenceServer.
        Returns:
        the configuration for a Coherence instance