SmartSoft Component-Developer API
|
This pure virtual interface can be implemented using middleware-specific features to correlate e.g. More...
#include <smartICorrelationId.h>
Public Member Functions | |
virtual | ~ICorrelationId ()=default |
bool | operator< (const ICorrelationId &other) const |
bool | operator== (const ICorrelationId &other) const |
virtual std::string | to_string () const =0 |
Protected Member Functions | |
virtual bool | less_than (const ICorrelationId *other) const =0 |
virtual bool | equals_to (const ICorrelationId *other) const =0 |
This pure virtual interface can be implemented using middleware-specific features to correlate e.g.
answers to related requests in a request-response communication (e.g. for the Query Pattern).
|
virtualdefault |
|
protectedpure virtual |
Implemented in Smart::NumericCorrelationId.
|
protectedpure virtual |
Implemented in Smart::NumericCorrelationId.
|
inline |
|
inline |
|
pure virtual |
Implemented in Smart::NumericCorrelationId.