com.guicedee.guicedhazelcast.services.IGuicedHazelcastServerConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-hazelcast Show documentation
Show all versions of guiced-hazelcast Show documentation
An integration library for Hazelcast and Guice utilizing a GuiceContext Injector.
package com.guicedee.guicedhazelcast.services;
import com.guicedee.guicedinjection.interfaces.IDefaultService;
import com.hazelcast.config.Config;
/**
* Configures the client config when called upon
*/
public interface IGuicedHazelcastServerConfig> extends IDefaultService
{
/**
* Sets up the configuration suite
*
* @param serverConfig
* The incoming and current configuration of the client ocnfiguration
*
* @return Whatever config you want..
*/
Config buildConfig(Config serverConfig);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy