Package ca.uhn.fhir.subscription
Class SubscriptionConstants
java.lang.Object
ca.uhn.fhir.subscription.SubscriptionConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final int
static final int
The size of the queue used for sending resources to the subscription matching processor and by each subscription delivery queuestatic final String
static final int
The number of threads used in subscription channel processingstatic final int
The maximum number of subscriptions that can be active at oncestatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
MATCHING_CHANNEL_CONCURRENT_CONSUMERS
The number of threads used in subscription channel processing- See Also:
-
DELIVERY_CHANNEL_CONCURRENT_CONSUMERS
- See Also:
-
MAX_SUBSCRIPTION_RESULTS
The maximum number of subscriptions that can be active at once- See Also:
-
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:
-
SUBSCRIPTION_STATUS
- See Also:
-
SUBSCRIPTION_TYPE
- See Also:
-
REQUESTED_STATUS
- See Also:
-
ACTIVE_STATUS
- See Also:
-
ERROR_STATUS
- See Also:
-
SUBSCRIPTION_TOPIC_PROFILE_URL
- See Also:
-
SUBSCRIPTION_TOPIC_FILTER_URL
- See Also:
-
SUBSCRIPTION_TOPIC_CHANNEL_HEARTBEAT_PERIOD_URL
- See Also:
-
SUBSCRIPTION_TOPIC_CHANNEL_TIMEOUT_URL
- See Also:
-
SUBSCRIPTION_TOPIC_CHANNEL_MAX_COUNT
- See Also:
-
SUBSCRIPTION_TOPIC_CHANNEL_PAYLOAD_CONTENT
- See Also:
-
SUBSCRIPTION_TOPIC_STATUS
- See Also:
-
-
Constructor Details
-
SubscriptionConstants
public SubscriptionConstants()
-