
Class SubscriptionConstants
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
-
public class SubscriptionConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTIVE_STATUS
static int
DELIVERY_CHANNEL_CONCURRENT_CONSUMERS
static int
DELIVERY_EXECUTOR_QUEUE_SIZE
The size of the queue used for sending resources to the subscription matching processor and by each subscription delivery queuestatic int
MATCHING_CHANNEL_CONCURRENT_CONSUMERS
The number of threads used in subscription channel processingstatic int
MAX_SUBSCRIPTION_RESULTS
The maximum number of subscriptions that can be active at oncestatic String
REQUESTED_STATUS
static String
SUBSCRIPTION_STATUS
static String
SUBSCRIPTION_TYPE
-
Constructor Summary
Constructors Constructor Description SubscriptionConstants()
-
-
-
Field Detail
-
MATCHING_CHANNEL_CONCURRENT_CONSUMERS
public static final int MATCHING_CHANNEL_CONCURRENT_CONSUMERS
The number of threads used in subscription channel processing- See Also:
- Constant Field Values
-
DELIVERY_CHANNEL_CONCURRENT_CONSUMERS
public static final int DELIVERY_CHANNEL_CONCURRENT_CONSUMERS
- See Also:
- Constant Field Values
-
MAX_SUBSCRIPTION_RESULTS
public static final int MAX_SUBSCRIPTION_RESULTS
The maximum number of subscriptions that can be active at once- See Also:
- Constant Field Values
-
DELIVERY_EXECUTOR_QUEUE_SIZE
public static final int DELIVERY_EXECUTOR_QUEUE_SIZE
The size of the queue used for sending resources to the subscription matching processor and by each subscription delivery queue- See Also:
- Constant Field Values
-
SUBSCRIPTION_STATUS
public static final String SUBSCRIPTION_STATUS
- See Also:
- Constant Field Values
-
SUBSCRIPTION_TYPE
public static final String SUBSCRIPTION_TYPE
- See Also:
- Constant Field Values
-
REQUESTED_STATUS
public static final String REQUESTED_STATUS
-
ACTIVE_STATUS
public static final String ACTIVE_STATUS
-
-
Constructor Detail
-
SubscriptionConstants
public SubscriptionConstants()
-
-