
org.wildfly.swarm.vertx.VertxProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx Show documentation
Show all versions of vertx Show documentation
Deploys the Vert.x JCA Adapter
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