13#ifndef IOX2_BACKPRESSURE_ACTION_HPP
14#define IOX2_BACKPRESSURE_ACTION_HPP
BackpressureAction
Defines the action that shall be take when data cannot be delivered.
@ Retry
Retry to send and invoke the handler again, if sending does not succeed.
@ FollowBackpressureyStrategy
Use an action which is derived from the BackpressureStrategy