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

org.wildfly.swarm.vertx.VertxProperties Maven / Gradle / Ivy

The newest version!
package org.wildfly.swarm.vertx;

/**
 * @author Bob McWhirter
 */
public interface VertxProperties {

    String DEFAULT_JNDI_NAME = "java:/eis/VertxConnectionFactory";

    String DEFAULT_CLUSTER_HOST = "localhost";

    int DEFAULT_CLUSTER_PORT = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy