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

com.terracotta.entity.ClusteredEntity Maven / Gradle / Ivy

The newest version!
/*
 * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
 */
package com.terracotta.entity;

import java.io.Serializable;

/**
 * ClusteredEntity
 */
public interface ClusteredEntity extends Serializable {

  T getConfiguration();

  ClusteredEntityState getState();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy