#include <coherence/util/SynchronousListener.hpp>
Inherits Object.
This interface should be considered as a very advanced feature, as a listener implementation that is marked as a SynchronousListener must exercise extreme caution during event processing since any delay with return or unhandled exception will cause a delay or complete shutdown of the corresponding service.
Public Types | |
| typedef spec::Handle | Handle |
| SynchronousListener Handle definition. | |
| typedef spec::View | View |
| SynchronousListener View definition. | |
| typedef spec::Holder | Holder |
| SynchronousListener Holder definition. | |