
Package ca.uhn.fhir.broker.api
package ca.uhn.fhir.broker.api
-
ClassDescriptionThrown when attempting to use a closed
IChannelConsumer
Thrown when attempting to use a closedIMessageListener
Thrown when a consumer fails to start (likely because it failed to connect to the broker.)IBrokerClient 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 aIChannelConsumer
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.This exception represents the message payload exceeded the maximum message size of the broker.A RawMessage is used to represent messages received from outside the system.