Developing Apama Applications > Developing Adapters > C/C++ Transport Plug-in Development > The C/C++ transport plug-in development specification
The C/C++ transport plug-in development specification
A C/C++ transport layer plug-in is implemented as a dynamic shared library. In order for the IAF to be able to load and use it, it must comply with Apama’s Transport Plug-in Development Specification. This Specification describes the structure of a transport layer plug-in, and the C/C++ functions it needs to implement so that it can be used with the IAF. The Specification also provides a mechanism for startup and configuration parameters to be passed to the plug-in from the IAF’s configuration file.
Property names and values used by transport plug-ins must be in UTF-8 format.
A transport layer plug-in implementation must include the C header file EventTransport.h. It also needs to include EventCodec.h, to allow the event transport to pass messages to codecs within the IAF codec layer.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.