#include <B2BITS_SessionEvent.h>
◆ IncomingThrottlerTriggeredEvent()
Engine::IncomingThrottlerTriggeredEvent::IncomingThrottlerTriggeredEvent |
( |
const std::string & | throttlerName, |
|
|
const ThrottlerAction | defaultAction, |
|
|
const std::string & | reason ) |
◆ what()
virtual const std::string * Engine::IncomingThrottlerTriggeredEvent::what |
( |
| ) |
const |
|
virtual |
◆ action_
◆ reason_
std::string Engine::IncomingThrottlerTriggeredEvent::reason_ |
|
mutable |
Reason for logout and reject messages.
- Note
- The text will be used for the 58 tag.
-
The reason is used only for the TerminateWithLogout and SendReject actions.
◆ throttlerName_
const std::string Engine::IncomingThrottlerTriggeredEvent::throttlerName_ |
Name of triggered throttler.