
Uses of Interface
ca.uhn.fhir.broker.api.IChannelProducer
Packages that use IChannelProducer
Package
Description
-
Uses of IChannelProducer in ca.uhn.fhir.broker.api
Methods in ca.uhn.fhir.broker.api that return IChannelProducerModifier and TypeMethodDescription<T> IChannelProducer
<T> IBrokerClient.getOrCreateProducer
(String theChannelName, Class<? extends ca.uhn.fhir.rest.server.messaging.IMessage<T>> theMessageType, ChannelProducerSettings theChannelProducerSettings) Create a producer that is used to send messages to the channel. -
Uses of IChannelProducer in ca.uhn.fhir.broker.impl
Methods in ca.uhn.fhir.broker.impl that return IChannelProducerModifier and TypeMethodDescription<T> IChannelProducer
<T> LinkedBlockingBrokerClient.getOrCreateProducer
(String theChannelName, Class<? extends ca.uhn.fhir.rest.server.messaging.IMessage<T>> theMessageType, ChannelProducerSettings theChannelProducerSettings) -
Uses of IChannelProducer in ca.uhn.fhir.broker.jms
Classes in ca.uhn.fhir.broker.jms that implement IChannelProducer -
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.newDeliveryProducer
(String theChannelName, ChannelProducerSettings theChannelSettings) SubscriptionChannelFactory.newMatchingProducer
(String theChannelName, ChannelProducerSettings theChannelSettings)