18#ifndef _ACTIVEMQ_TRANSPORT_FUTURERESPONSE_H_
19#define _ACTIVEMQ_TRANSPORT_FUTURERESPONSE_H_
37 using decaf::lang::Pointer;
38 using activemq::commands::Response;
#define AMQCPP_API
Definition Config.h:30
Pointer< Response > getResponse() const
Getters for the response property.
virtual ~FutureResponse()
FutureResponse(const Pointer< ResponseCallback > responseCallback)
Pointer< Response > getResponse(unsigned int timeout) const
Getters for the response property.
Pointer< Response > getResponse()
void setResponse(Pointer< Response > response)
Setter for the response property.
Pointer< Response > getResponse(unsigned int timeout)
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
Definition CountDownLatch.h:33
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24