YAMI4 C++ Library 2.0.0
Messaging Solution for Distributed Systems
Loading...
Searching...
No Matches
value_publisher_overflow_action.h
1// Copyright Maciej Sobczak 2008-2022.
2// This file is part of YAMI4.
3// See the package-level LICENSE.txt file.
4
5#ifndef YAMICPP_VALUE_PUBLISHER_OVERFLOW_ACTION_H_INCLUDED
6#define YAMICPP_VALUE_PUBLISHER_OVERFLOW_ACTION_H_INCLUDED
7
8namespace yami
9{
10
13{
16
19
23};
24
25} // namespace yami
26
27#endif // YAMICPP_VALUE_PUBLISHER_OVERFLOW_ACTION_H_INCLUDED
Namespace devoted to everything related to YAMI4.
Definition: agent.h:21
value_publisher_overflow_action
User-defined reaction to the overflow condition in value publisher.
Definition: value_publisher_overflow_action.h:13
@ abandon_subscription
Definition: value_publisher_overflow_action.h:22
@ abandon_message
abandon the current message and continue with other subscribers
Definition: value_publisher_overflow_action.h:18
@ wait_for_previous_message
block and wait until previous message is transmitted
Definition: value_publisher_overflow_action.h:15