Library: RemotingNG
Package: ORB
Header: Poco/RemotingNG/EventSubscriber.h
The EventSubscriber is responsible for deserializing and dispatching event messages received from a server via an EventListener to a Proxy object.
Direct Base Classes: Skeleton
All Base Classes: Poco::RefCountedObject, AttributedObject, Skeleton
Member Functions: uri
Inherited Functions: addMethodHandler, duplicate, getAttribute, hasAttribute, invoke, referenceCount, release, setAttribute
typedef Poco::AutoPtr < EventSubscriber > Ptr;
EventSubscriber(
const std::string & uri
);
Creates an EventSubscriber, using the given URI.
The given URI is used for subscribing to the event. Usually, this will be the URI of the remote object providing the events for this EventSubscriber.
virtual ~EventSubscriber();
Destroys the EventSubscriber.
const std::string & uri() const;
Returns the URI of the remote object providing the events for this EventSubscriber.