
Uses of Package
ca.uhn.fhir.broker.api
Packages that use ca.uhn.fhir.broker.api
Package
Description
-
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.broker.apiClassDescriptionReceives messages from a Message Broker.Sends messages to a Message Broker.A message listener processes messages received by a
IChannelConsumer
Instances of this interface are returned byIChannelProducer.send(IMessage)
and can be used to determine whether the message was successfully sent to the broker. -
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.broker.implClassDescriptionIBrokerClient implementations communicate with Message Brokers to exchange messages.Receives messages from a Message Broker.Sends messages to a Message Broker.A message listener processes messages received by a
IChannelConsumer
This is a message listener that expects to be called within a retrying contextInstances of this interface are returned byIChannelProducer.send(IMessage)
and can be used to determine whether the message was successfully sent to the broker. -
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.broker.jmsClassDescriptionThrown when a consumer fails to start (likely because it failed to connect to the broker.)Receives messages from a Message Broker.Sends messages to a Message Broker.A message listener processes messages received by a
IChannelConsumer
Instances of this interface are returned byIChannelProducer.send(IMessage)
and can be used to determine whether the message was successfully sent to the broker. -
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.jpa.subscription.channel.configClassDescriptionIBrokerClient implementations communicate with Message Brokers to exchange messages.
-
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.jpa.subscription.channel.impl
-
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.jpa.subscription.channel.subscriptionClassDescriptionIBrokerClient implementations communicate with Message Brokers to exchange messages.Receives messages from a Message Broker.Sends messages to a Message Broker.A message listener processes messages received by a
IChannelConsumer
-
Classes in ca.uhn.fhir.broker.api used by ca.uhn.fhir.jpa.subscription.match.matcher.matchingClassDescriptionInstances of this interface are returned by
IChannelProducer.send(IMessage)
and can be used to determine whether the message was successfully sent to the broker.