18 #ifndef _CMS_DESTINATIONSOURCE_H_ 19 #define _CMS_DESTINATIONSOURCE_H_ 75 virtual std::vector<cms::Queue*> getQueues()
const = 0;
87 virtual std::vector<cms::Topic*> getTopics()
const = 0;
99 virtual std::vector<cms::TemporaryQueue*> getTemporaryQueues()
const = 0;
111 virtual std::vector<cms::TemporaryTopic*> getTemporaryTopics()
const = 0;
A listener class that the client can implement to receive events related to Destination addition or r...
Definition: DestinationListener.h:32
#define CMS_API
Definition: Config.h:31
Interface for a class that implements the stop method.
Definition: Stoppable.h:36
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: DestinationResolver.h:23
Interface for a class that implements the start method.
Definition: Startable.h:36
Provides an object that will provide a snapshot view of Destinations that exist on the Message provid...
Definition: DestinationSource.h:38