Package org.kie.remote
Class CommonConfig
- java.lang.Object
-
- org.kie.remote.CommonConfig
-
public class CommonConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EVENTS_TOPICstatic StringDEFAULT_KIE_SESSION_INFOS_TOPICstatic StringDEFAULT_NAMESPACEstatic intDEFAULT_POLL_TIMEOUT_MSstatic StringGROUP_ID_CONFIGstatic StringKEY_DESERIALIZER_KEYstatic StringKEY_SERIALIZER_KEYstatic StringLOCAL_MESSAGE_SYSTEM_CONFstatic StringSKIP_LISTENER_AUTOSTARTstatic StringVALUE_DESERIALIZER_KEYstatic StringVALUE_SERIALIZER_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertiesgetDefaultConfigFromProps(String fileName)static PropertiesgetProducerConfig()static PropertiesgetStatic()static PropertiesgetTestProperties()
-
-
-
Field Detail
-
DEFAULT_NAMESPACE
public static final String DEFAULT_NAMESPACE
- See Also:
- Constant Field Values
-
DEFAULT_EVENTS_TOPIC
public static final String DEFAULT_EVENTS_TOPIC
- See Also:
- Constant Field Values
-
DEFAULT_KIE_SESSION_INFOS_TOPIC
public static final String DEFAULT_KIE_SESSION_INFOS_TOPIC
- See Also:
- Constant Field Values
-
DEFAULT_POLL_TIMEOUT_MS
public static final int DEFAULT_POLL_TIMEOUT_MS
- See Also:
- Constant Field Values
-
KEY_SERIALIZER_KEY
public static final String KEY_SERIALIZER_KEY
- See Also:
- Constant Field Values
-
VALUE_SERIALIZER_KEY
public static final String VALUE_SERIALIZER_KEY
- See Also:
- Constant Field Values
-
KEY_DESERIALIZER_KEY
public static final String KEY_DESERIALIZER_KEY
- See Also:
- Constant Field Values
-
VALUE_DESERIALIZER_KEY
public static final String VALUE_DESERIALIZER_KEY
- See Also:
- Constant Field Values
-
GROUP_ID_CONFIG
public static final String GROUP_ID_CONFIG
- See Also:
- Constant Field Values
-
LOCAL_MESSAGE_SYSTEM_CONF
public static final String LOCAL_MESSAGE_SYSTEM_CONF
- See Also:
- Constant Field Values
-
SKIP_LISTENER_AUTOSTART
public static final String SKIP_LISTENER_AUTOSTART
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStatic
public static Properties getStatic()
-
getTestProperties
public static Properties getTestProperties()
-
getProducerConfig
public static Properties getProducerConfig()
-
getDefaultConfigFromProps
public static Properties getDefaultConfigFromProps(String fileName)
-
-