abstract interface for objects that can route Atlas data.
More...
#include <Router.h>
|
enum | RouterResult { IGNORED = 0,
HANDLED,
WILL_REDISPATCH
} |
|
|
virtual RouterResult | handleObject (const Atlas::Objects::Root &obj) |
|
virtual RouterResult | handleOperation (const Atlas::Objects::Operation::RootOperation &op) |
|
virtual RouterResult | handleEntity (const Atlas::Objects::Entity::RootEntity &ent) |
|
abstract interface for objects that can route Atlas data.
The documentation for this class was generated from the following files: