Apama  10.7.2.2
com::softwareag::connectivity::chainmanagers::ChainManagerConstructorParameters Class Reference

A container for parameters passed to the constructor of a dynamic chain manager. More...

#include <sag_connectivity_chain_managers.hpp>

Public Member Functions

const map_tgetManagerConfig () const
 Get the configuration for this plug-in. More...
 
const std::string & getManagerName () const
 
const std::string & getTransportPluginName () const
 

Detailed Description

A container for parameters passed to the constructor of a dynamic chain manager.

Compatibility note: new methods may be added to this interface in future releases.

Since
10.2.0.0

Member Function Documentation

◆ getManagerConfig()

const map_t& com::softwareag::connectivity::chainmanagers::ChainManagerConstructorParameters::getManagerConfig ( ) const
inline

Get the configuration for this plug-in.

It is usually more convenient to access configuration using the non-const (mutable) config field of AbstractChainManager instead of this method.

◆ getManagerName()

const std::string& com::softwareag::connectivity::chainmanagers::ChainManagerConstructorParameters::getManagerName ( ) const
inline
Returns
the name used in the configuration file for this dynamic chain manager.

◆ getTransportPluginName()

const std::string& com::softwareag::connectivity::chainmanagers::ChainManagerConstructorParameters::getTransportPluginName ( ) const
inline
Returns
the name used in the configuration file for the transport plug-in that is managed by this chain manager.

The documentation for this class was generated from the following file: