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

com.github.longdt.vertxservice.processor.Constant Maven / Gradle / Ivy

Go to download

A lightweight replacement for vertx-service-proxy. This library is highly optimized for vertx java

There is a newer version: 1.1.1
Show newest version
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