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

persistence.guiced-hazelcast.1.0.18.1-jre8.source-code.hazelcast-client.xml 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
<hazelcast-client xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                  xsi:schemaLocation="http://www.hazelcast.com/schema/client-config
                               http://www.hazelcast.com/schema/client-config/hazelcast-client-config-4.0.xsd"
                  xmlns="http://www.hazelcast.com/schema/client-config">

    <cluster-name>${group.name}</cluster-name>

    <network>
        <cluster-members>
            <address>${client.address}</address>
        </cluster-members>
    </network>
</hazelcast-client>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy