
Uses of Interface
ca.uhn.fhir.jpa.subscription.channel.api.IChannelProducer
Packages that use IChannelProducer
Package
Description
-
Uses of IChannelProducer in ca.uhn.fhir.jpa.subscription.channel.api
Methods in ca.uhn.fhir.jpa.subscription.channel.api that return IChannelProducerModifier and TypeMethodDescriptionIChannelFactory.getOrCreateProducer
(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings) Create a channel that is used to send messages to the queue. -
Uses of IChannelProducer in ca.uhn.fhir.jpa.subscription.channel.impl
Classes in ca.uhn.fhir.jpa.subscription.channel.impl that implement IChannelProducerMethods in ca.uhn.fhir.jpa.subscription.channel.impl that return IChannelProducerModifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateProducer
(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings) -
Uses of IChannelProducer in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription that return IChannelProducerModifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliverySendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingSendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings)