com.github.longdt.vertxservice.processor.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-service4j Show documentation
Show all versions of vertx-service4j Show documentation
A lightweight replacement for vertx-service-proxy. This library is highly optimized for vertx java
package com.github.longdt.vertxservice.processor;
public class Constant {
public static final String PROXY = "Proxy";
public static final String PROXY_HANDLER = "ProxyHandler";
public static final String VERTX_VARIABLE = "vertx";
public static final String ADDRESS_VARIABLE = "address";
public static final String SERVICE_VARIABLE = "service";
public static final String OPTIONS_VARIABLE = "options";
public static final String ARG_VARIABLE = "arg";
public static final String ARGUMENTS_VARIABLE = "arguments";
public static final String INCLUDE_DEBUG_INFO_VARIABLE = "includeDebugInfo";
public static final String ACTION = "action";
public static final String MESSAGE_VARIABLE = "msg";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy