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