Class SubscriptionConstants
java.lang.Object
ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic intstatic intThe size of the queue used for sending resources to the subscription matching processor and by each subscription delivery queuestatic Stringstatic intThe number of threads used in subscription channel processingstatic intThe maximum number of subscriptions that can be active at oncestatic Stringstatic Stringstatic String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MATCHING_CHANNEL_CONCURRENT_CONSUMERS
The number of threads used in subscription channel processing- See Also:
- Constant Field Values
-
DELIVERY_CHANNEL_CONCURRENT_CONSUMERS
- See Also:
- Constant Field Values
-
MAX_SUBSCRIPTION_RESULTS
The maximum number of subscriptions that can be active at once- See Also:
- Constant Field Values
-
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
- See Also:
- Constant Field Values
-
SUBSCRIPTION_TYPE
- See Also:
- Constant Field Values
-
REQUESTED_STATUS
-
ACTIVE_STATUS
-
ERROR_STATUS
-
-
Constructor Details
-
SubscriptionConstants
public SubscriptionConstants()
-