Class PollingConstants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.PollingConstants
-
public class PollingConstants extends Object
Define the common properties shared by all polling inbound endpoints
-
-
Field Summary
Fields Modifier and Type Field Description static String
INBOUND_CONCURRENT_CONSUMERS
static String
INBOUND_COORDINATION
static String
INBOUND_ENDPOINT_INTERVAL
static String
INBOUND_ENDPOINT_SEQUENTIAL
static String
INBOUND_PINNED_SERVER
-
Constructor Summary
Constructors Constructor Description PollingConstants()
-
-
-
Field Detail
-
INBOUND_ENDPOINT_INTERVAL
public static final String INBOUND_ENDPOINT_INTERVAL
- See Also:
- Constant Field Values
-
INBOUND_ENDPOINT_SEQUENTIAL
public static final String INBOUND_ENDPOINT_SEQUENTIAL
- See Also:
- Constant Field Values
-
INBOUND_COORDINATION
public static final String INBOUND_COORDINATION
- See Also:
- Constant Field Values
-
INBOUND_PINNED_SERVER
public static final String INBOUND_PINNED_SERVER
- See Also:
- Constant Field Values
-
INBOUND_CONCURRENT_CONSUMERS
public static final String INBOUND_CONCURRENT_CONSUMERS
- See Also:
- Constant Field Values
-
-