18#ifndef ACTIVEMQ_CORE_DISPATCHER_H_
19#define ACTIVEMQ_CORE_DISPATCHER_H_
#define AMQCPP_API
Definition: Config.h:30
Interface for an object responsible for dispatching messages to consumers.
Definition: Dispatcher.h:32
virtual void dispatch(const decaf::lang::Pointer< commands::MessageDispatch > &message)=0
Dispatches a message to a particular consumer.
virtual int getHashCode() const =0
HashCode method allowing Dispatcher instances to be used in HashMap etc.
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24