Uses of Interface
ca.uhn.fhir.jpa.subscription.channel.api.IChannelProducer
Package
Description
-
Uses of IChannelProducer in ca.uhn.fhir.jpa.subscription.channel.api
Modifier 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
Modifier and TypeMethodDescriptionLinkedBlockingChannelFactory.getOrCreateProducer
(String theChannelName, Class<?> theMessageType, ChannelProducerSettings theChannelSettings) -
Uses of IChannelProducer in ca.uhn.fhir.jpa.subscription.channel.subscription
Modifier and TypeMethodDescriptionSubscriptionChannelFactory.newDeliverySendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingSendingChannel
(String theChannelName, ChannelProducerSettings theChannelSettings)