Apama  10.15.1.2
Deprecated List
Member AP_BOOLEAN_TYPE
EPL boolean
Member AP_Capabilities
Member AP_CAPABILITIES_NON_BLOCKING
plugin functions will not block (blocking includes calling sendEventTo)
Member AP_CAPABILITIES_NONE
none of the below capabilities
Member AP_CHUNK_TYPE
Plugin private data, opaque to EPL
Member AP_DECIMAL_TYPE
EPL decimal
Member AP_ErrorCode
Member AP_FLOAT_TYPE
EPL float
Member AP_INIT_FUNCTION_NAME
The name of the initialization function which must be exported from a plugin library
Member AP_INTEGER_TYPE
EPL integer
Member AP_LIBRARY_VERSION_FUNCTION_NAME
The name of the version function which must be exported from a plugin library in C++ plugins.
Member AP_NO_ERROR
Success
Member AP_NULL_TYPE
No type yet (e.g.
Member AP_PLUGIN_VERSION_FUNCTION_NAME
The name of the version function which must be exported from a plugin library in C plugins.
File AP_PluginCommon.h
This API is deprecated in favour of the C++ API defined in epl_plugin.hpp
Member AP_SEQUENCE_TYPE
EPL sequence (of any supported type)
Member AP_SHUTDOWN_FUNCTION_NAME
The name of the shutdown function which must be exported from a plugin library
Member AP_STRING_TYPE
EPL string
Member AP_TypeDiscriminator
Member AP_UNKNOWN_ERROR
Any other problem
Member AP_VERSION_MISMATCH_ERROR
Plugin and API versions are incompatible
Member com::apama::engine::EngineManagement::connectEventConsumer (com::apama::event::EventConsumer *consumer, const char *const *channels, bool disconnectSlow)=0
This method is deprecated. Instead use EngineManagement::connectEventConsumer(com::apama::event::EventConsumer*, const char* const*) with com::apama::engine::connectToEngine(const char*, unsigned short, bool)
Member com::softwareag::connectivity::Message::getMetadata ()
Return a reference to the metadata
Member com::softwareag::connectivity::Message::getMetadata () const
Return a reference to the metadata
Member com::softwareag::connectivity::Message::Message (payload_t &&_payload, metadata_t &&_metadata)
Use the map_t overload instead.
Member com::softwareag::connectivity::Message::metadata_t
Use map_t instead
Member com::softwareag::connectivity::Message::setMetadata (metadata_t &&_metadata)
Use the map_t overload instead.
Class com::softwareag::connectivity::metadata_t
Use map_t instead.