
Uses of Class
ca.uhn.fhir.jpa.subscription.match.registry.ActiveSubscription
Package | Description |
---|---|
ca.uhn.fhir.jpa.subscription.channel.subscription | |
ca.uhn.fhir.jpa.subscription.match.deliver.websocket | |
ca.uhn.fhir.jpa.subscription.match.registry |
-
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type ActiveSubscription Modifier and Type Method Description void
SubscriptionChannelRegistry. add(ActiveSubscription theActiveSubscription)
void
SubscriptionChannelRegistry. remove(ActiveSubscription theActiveSubscription)
-
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.deliver.websocket
Methods in ca.uhn.fhir.jpa.subscription.match.deliver.websocket that return ActiveSubscription Modifier and Type Method Description ActiveSubscription
WebsocketValidationResponse. getActiveSubscription()
Methods in ca.uhn.fhir.jpa.subscription.match.deliver.websocket with parameters of type ActiveSubscription Modifier and Type Method Description static WebsocketValidationResponse
WebsocketValidationResponse. VALID_RESPONSE(ActiveSubscription theActiveSubscription)
-
Uses of ActiveSubscription in ca.uhn.fhir.jpa.subscription.match.registry
Methods in ca.uhn.fhir.jpa.subscription.match.registry that return ActiveSubscription Modifier and Type Method Description ActiveSubscription
SubscriptionRegistry. get(String theIdPart)
Methods in ca.uhn.fhir.jpa.subscription.match.registry that return types with arguments of type ActiveSubscription Modifier and Type Method Description Collection<ActiveSubscription>
SubscriptionRegistry. getAll()