org.petalslink.dsb.api.ResourceConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsb-api Show documentation
Show all versions of dsb-api Show documentation
The Petals DSB Minimal API...
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";
}