
Class DaoSubscriptionMatcher
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.match.matcher.matching.DaoSubscriptionMatcher
-
- All Implemented Interfaces:
ISubscriptionMatcher
public class DaoSubscriptionMatcher extends Object implements ISubscriptionMatcher
-
-
Constructor Summary
Constructors Constructor Description DaoSubscriptionMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InMemoryMatchResult
match(CanonicalSubscription theSubscription, ResourceModifiedMessage theMsg)
-
-
-
Constructor Detail
-
DaoSubscriptionMatcher
public DaoSubscriptionMatcher()
-
-
Method Detail
-
match
public InMemoryMatchResult match(CanonicalSubscription theSubscription, ResourceModifiedMessage theMsg)
- Specified by:
match
in interfaceISubscriptionMatcher
-
-