19 #ifndef UNITY_SCOPES_OBJECT_H
20 #define UNITY_SCOPES_OBJECT_H
22 #include <unity/scopes/ObjectProxyFwd.h>
23 #include <unity/util/NonCopyable.h>
virtual std::string identity()=0
Returns the identity of the target object of this proxy.
virtual std::string endpoint()=0
Returns the endpoint this proxy connects to.
The root base class for all proxies.
Definition: Object.h:35
virtual std::string to_string()=0
converts a proxy into its string representation.
virtual std::string category()=0
Returns the category of the target object of this proxy.
virtual int64_t timeout()=0
Returns the timeout in milliseconds if this proxy is a twoway proxy.