Class SubscriptionChannelFactory
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.channel.SubscriptionChannelFactory
-
@Component public class SubscriptionChannelFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionChannelFactory(ISubscribableChannelFactory theSubscribableChannelFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.messaging.SubscribableChannelnewDeliveryChannel(String theChannelName)org.springframework.messaging.SubscribableChannelnewMatchingChannel(String theChannelName)
-
-
-
Constructor Detail
-
SubscriptionChannelFactory
@Autowired public SubscriptionChannelFactory(ISubscribableChannelFactory theSubscribableChannelFactory)
-
-
Method Detail
-
newDeliveryChannel
public org.springframework.messaging.SubscribableChannel newDeliveryChannel(String theChannelName)
-
newMatchingChannel
public org.springframework.messaging.SubscribableChannel newMatchingChannel(String theChannelName)
-
-