activemq-cpp-3.9.5
|
#include <activemq/util/Config.h>
#include <activemq/transport/TransportFilter.h>
#include <activemq/transport/ResponseCallback.h>
#include <activemq/transport/FutureResponse.h>
#include <activemq/commands/Command.h>
#include <activemq/commands/Response.h>
#include <decaf/lang/Exception.h>
#include <decaf/lang/Pointer.h>
Go to the source code of this file.
Data Structures | |
class | activemq::transport::correlator::ResponseCorrelator |
This type of transport filter is responsible for correlating asynchronous responses with requests. More... | |
class | activemq::transport::correlator::Pointer< T, REFCOUNTER > |
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the default Reference Counter is used. More... | |
class | activemq::transport::correlator::Command |
class | activemq::transport::correlator::Response |
Namespaces | |
namespace | activemq |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | activemq::transport |
namespace | activemq::transport::correlator |