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

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

package com.guicedee.guicedhazelcast.services;

import com.guicedee.guicedinjection.interfaces.IDefaultService;
import com.hazelcast.client.config.ClientConfig;

/**
 * Configures the client config when called upon
 */
public interface IGuicedHazelcastClientConfig> extends IDefaultService
{
	/**
	 * Sets up the configuration suite
	 *
	 * @param clientConfig
	 * 		The incoming and current configuration of the client ocnfiguration
	 *
	 * @return Whatever config you want..
	 */
	ClientConfig buildConfig(ClientConfig clientConfig);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy