Apama 10.7.2 | Connecting Apama Applications to External Components | Standard Connectivity Plug-ins | The HTTP Client Transport Connectivity Plug-in | Loading the HTTP client transport
 
Loading the HTTP client transport
You can load the HTTP client transport by adding the HTTP Client connectivity bundle to your project in Software AG Designer (see Adding the HTTP client connectivity plug-in to a project) or using the apama_project tool (see Creating and managing an Apama project from the command line). Alternatively, you can load the transport with the following connectivityPlugins stanza in your YAML configuration file:
connectivityPlugins:
HTTPClientTransport:
libraryName: connectivity-http-client
class: HTTPClient