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

org.infinispan.remoting.transport.Address Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.remoting.transport;

/**
 * A destination for an Infinispan command or operation.
 *
 * @author Manik Surtani
 * @since 4.0
 */
public interface Address extends Comparable
{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy