Apama  10.7.2.2
com::softwareag::connectivity::chainmanagers::ChainDefinition Struct Reference

A dynamic chain definition, providing the configuration for each plug-in in a chain. More...

#include <sag_connectivity_chain_managers.hpp>

Inheritance diagram for com::softwareag::connectivity::chainmanagers::ChainDefinition:

Public Member Functions

const map_tgetTransportConfig () const
 

Detailed Description

A dynamic chain definition, providing the configuration for each plug-in in a chain.

Can be used by a manager to create a chain.

This object is not thread-safe so synchronization should be used by the caller if it is to be mutated.

It is possible for a chain manager to modify a chain definition before using it to create a chain, though it is usually recommended to use an existing dynamic chain definition from the configuration without modification instead (that is, except for any string substitutions passed into the createChain call).

Since
10.2.0.0

Member Function Documentation

◆ getTransportConfig()

const map_t& com::softwareag::connectivity::chainmanagers::ChainDefinition::getTransportConfig ( ) const
inline
Returns
the configuration associated with the transport at the end of this chain definition. This is a reference not a copy so any changes made to the returned value will affect the chain definition.

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