
Package ca.uhn.fhir.broker.api
Interface IChannelProducer<T>
- Type Parameters:
T
- The type of messages sent by this producer
- All Known Implementing Classes:
SpringMessagingProducerAdapter
public interface IChannelProducer<T>
Sends messages to a Message Broker.
-
Method Summary
Modifier and TypeMethodDescriptionSend a message to the broker.
-
Method Details
-
getChannelName
- Returns:
- the name of the topic or queue that this producer is sending messages to
-
send
Send a message to the broker.- Parameters:
theMessage
- the message to send- Returns:
- the result of the send operation
-