18#ifndef _ACTIVEMQ_UTIL_SUSPENDABLE_H_
19#define _ACTIVEMQ_UTIL_SUSPENDABLE_H_
#define AMQCPP_API
Definition Config.h:30
Interface for any resouce that support a suspend / resume style of operation.
Definition Suspendable.h:31
virtual void resume()=0
Resumes normal operation of this resource after it has been suspended.
virtual void suspend()=0
Suspend the given resource, all activity within the resource should halt and enter a waiting state.
Definition ActiveMQMessageTransformation.h:36
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24