All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.guicedee.guicedhazelcast.services.IGuicedHazelcastServerConfig Maven / Gradle / Ivy

Go to download

An integration library for Hazelcast and Guice utilizing a GuiceContext Injector.

There is a newer version: 62
Show newest version
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