
Package ca.uhn.fhir.broker.api
Interface IChannelNamer
public interface IChannelNamer
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelName
(String theNameComponent, IChannelSettings theChannelSettings) Broker clients call this service to qualify the channel name before calling the broker.
-
Method Details
-
getChannelName
Broker clients call this service to qualify the channel name before calling the broker.- Parameters:
theNameComponent
- the component of the queue or topic nametheChannelSettings
-- Returns:
- the fully qualified the channel the client will use to name the queue or topic
-