Class ServiceBusConstants.RegistryStore
- java.lang.Object
-
- org.wso2.carbon.mediation.initializer.ServiceBusConstants.RegistryStore
-
- Enclosing class:
- ServiceBusConstants
public static final class ServiceBusConstants.RegistryStore extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringENDPOINT_REGISTRYstatic StringEVENT_SOURCE_REGISTRYstatic StringEXECUTOR_REGISTRYstatic StringIMPORT_REGISTRYstatic StringLOCAL_ENTRY_REGISTRYstatic StringMESSAGE_PROCESSOR_REGISTRYstatic StringMESSAGE_STORE_REGISTRYstatic StringPROXY_SERVICE_REGISTRYstatic StringREST_API_REGISTRYstatic StringSEQUENCE_REGISTRYstatic StringSYNAPSE_REGISTRY_REGISTRYstatic StringSYNAPSE_STARTUP_REGISTRYstatic StringTEMPLATE_REGISTRY
-
Constructor Summary
Constructors Constructor Description RegistryStore()
-
-
-
Field Detail
-
SEQUENCE_REGISTRY
public static final String SEQUENCE_REGISTRY
- See Also:
- Constant Field Values
-
TEMPLATE_REGISTRY
public static final String TEMPLATE_REGISTRY
- See Also:
- Constant Field Values
-
ENDPOINT_REGISTRY
public static final String ENDPOINT_REGISTRY
- See Also:
- Constant Field Values
-
PROXY_SERVICE_REGISTRY
public static final String PROXY_SERVICE_REGISTRY
- See Also:
- Constant Field Values
-
EVENT_SOURCE_REGISTRY
public static final String EVENT_SOURCE_REGISTRY
- See Also:
- Constant Field Values
-
LOCAL_ENTRY_REGISTRY
public static final String LOCAL_ENTRY_REGISTRY
- See Also:
- Constant Field Values
-
SYNAPSE_STARTUP_REGISTRY
public static final String SYNAPSE_STARTUP_REGISTRY
- See Also:
- Constant Field Values
-
SYNAPSE_REGISTRY_REGISTRY
public static final String SYNAPSE_REGISTRY_REGISTRY
- See Also:
- Constant Field Values
-
EXECUTOR_REGISTRY
public static final String EXECUTOR_REGISTRY
- See Also:
- Constant Field Values
-
MESSAGE_STORE_REGISTRY
public static final String MESSAGE_STORE_REGISTRY
- See Also:
- Constant Field Values
-
MESSAGE_PROCESSOR_REGISTRY
public static final String MESSAGE_PROCESSOR_REGISTRY
- See Also:
- Constant Field Values
-
REST_API_REGISTRY
public static final String REST_API_REGISTRY
- See Also:
- Constant Field Values
-
IMPORT_REGISTRY
public static final String IMPORT_REGISTRY
- See Also:
- Constant Field Values
-
-