|  | Apama
    10.15.3.4
    | 
A base interface for parameters passed to the constructor of transport or codec plug-ins. More...
#include <sag_connectivity_plugins.hpp>
 
  
| Classes | |
| class | CodecConstructorParameters | 
| A container for parameters passed to the constructor of a codec plug-in.  More... | |
| class | TransportConstructorParameters | 
| A container for parameters passed to the constructor of a transport plug-in.  More... | |
| Public Member Functions | |
| const map_t & | getConfig () const | 
| Get the configuration for this plug-in.  More... | |
| const std::string & | getChainId () const | 
| Get the identifier used for the chain this plug-in is part of.  More... | |
| const std::string & | getPluginName () const | 
| Get the name used in the configuration file for this plug-in.  More... | |
A base interface for parameters passed to the constructor of transport or codec plug-ins.
Compatibility note: new methods may be added to this interface in future releases.
| 
 | inline | 
Get the identifier used for the chain this plug-in is part of.
| 
 | inline | 
Get the configuration for this plug-in.
It is usually more convenient to access configuration using the non-const (mutable) config field instead of this method.
| 
 | inline | 
Get the name used in the configuration file for this plug-in.