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

com.sitewhere.spi.server.hazelcast.IHazelcastConfiguration Maven / Gradle / Ivy

package com.sitewhere.spi.server.hazelcast;

import com.hazelcast.core.HazelcastInstance;
import com.sitewhere.spi.server.lifecycle.ILifecycleComponent;

/**
 * Wraps Hazelcast instance configuration.
 * 
 * @author Derek
 */
public interface IHazelcastConfiguration extends ILifecycleComponent {

    /**
     * Get Hazelcast instance for this node.
     * 
     * @return
     */
    public HazelcastInstance getHazelcastInstance();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy