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