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

org.petalslink.dsb.api.ResourceConstants Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.petalslink.dsb.api;

/**
 * @author chamerling
 *
 */
public interface ResourceConstants {
    
    static final String ENDPOINT = "endpoint";
    
    static final String BUSINESS_WS = "businessws";
    
    static final String KERNEL_WS = "kernelws";
    
    static final String KERNEL_TOPIC = "kerneltopic";

    static final String BUSINESS_TOPIC = "businesstopic";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy