
org.brutusin.rpc.SpringNames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rpc-api Show documentation
Show all versions of rpc-api Show documentation
Brutusin-RPC developer API
/*
* Copyright 2016 Ignacio del Valle Alles [email protected].
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.brutusin.rpc;
/**
*
* @author Ignacio del Valle Alles [email protected]
*/
public interface SpringNames {
public static final String CFG_CORE_FILE = "/brutusin-rpc-core.xml";
public static final String CFG_FILE = "classpath*:/brutusin-rpc.xml";
public static final String WSKT_CONTAINER = "rpc.wskt.container";
public static final String SRV_HTTP_VERSION = "rpc.http.version";
public static final String SRV_HTTP_DESC = "rpc.http.description";
public static final String SRV_HTTP_ENV = "rpc.http.environment";
public static final String SRV_HTTP_SERVICE_LIST = "rpc.http.services";
public static final String SRV_HTTP_SCHEMA = "rpc.http.schema";
public static final String SRV_HTTP_SCHEMA_PROVIDER = "rpc.http.schema-provider";
public static final String SRV_HTTP_LOGOUT = "rpc.http.logout";
public static final String SRV_HTTP_USER = "rpc.http.user";
public static final String SRV_HTTP_PING = "rpc.http.ping";
public static final String SRV_WSKT_VERSION = "rpc.wskt.version";
public static final String SRV_WSKT_DESC = "rpc.wskt.description";
public static final String SRV_WSKT_SERVICE_LIST = "rpc.wskt.services";
public static final String SRV_WSKT_SCHEMA = "rpc.wskt.schema";
public static final String SRV_WSKT_SCHEMA_PROVIDER = "rpc.wskt.schema-provider";
public static final String SRV_WSKT_PING = "rpc.wskt.ping";
public static final String TPC_LIST = "rpc.topics";
public static final String TPC_SCHEMA = "rpc.topics.schema";
public static final String TPC_SUBSCRIBE = "rpc.topics.subscribe";
public static final String TPC_UNSUBSCRIBE = "rpc.topics.unsubscribe";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy