5#ifndef YAMICPP_VALUE_PUBLISHER_OVERFLOW_ACTION_H_INCLUDED
6#define 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