access() noexcept | rotor::plugin::plugin_base_t | |
activate(actor_base_t *actor) noexcept override | rotor::plugin::delivery_plugin_base_t | virtual |
actor | rotor::plugin::plugin_base_t | protected |
address | rotor::plugin::delivery_plugin_base_t | protected |
deactivate() noexcept | rotor::plugin::plugin_base_t | virtual |
forget_subscription(const subscription_point_t &point) noexcept | rotor::plugin::plugin_base_t | virtual |
forget_subscription(const subscription_info_ptr_t &info) noexcept | rotor::plugin::plugin_base_t | virtual |
get_reaction() const noexcept | rotor::plugin::plugin_base_t | inline |
handle_init(message::init_request_t *message) noexcept | rotor::plugin::plugin_base_t | virtual |
handle_shutdown(message::shutdown_request_t *message) noexcept | rotor::plugin::plugin_base_t | virtual |
handle_start(message::start_trigger_t *message) noexcept | rotor::plugin::plugin_base_t | virtual |
handle_subscription(message::subscription_t &message) noexcept | rotor::plugin::plugin_base_t | virtual |
handle_unsubscription(const subscription_point_t &point, bool external) noexcept | rotor::plugin::plugin_base_t | virtual |
identity() const noexcept=0 | rotor::plugin::plugin_base_t | pure virtual |
INIT enum value (defined in rotor::plugin::plugin_base_t) | rotor::plugin::plugin_base_t | |
make_error(const std::error_code &ec, const extended_error_ptr_t &next={}, const message_ptr_t &request={}) noexcept | rotor::plugin::plugin_base_t | protected |
plugin_base_t()=default | rotor::plugin::delivery_plugin_base_t | |
plugin_base_t(const plugin_base_t &)=delete | rotor::plugin::delivery_plugin_base_t | |
process() noexcept=0 | rotor::plugin::delivery_plugin_base_t | pure virtual |
queue | rotor::plugin::delivery_plugin_base_t | protected |
REACTION_MASK | rotor::plugin::plugin_base_t | static |
reaction_off(reaction_t value) noexcept | rotor::plugin::plugin_base_t | inline |
reaction_on(reaction_t value) noexcept | rotor::plugin::plugin_base_t | inline |
reaction_t enum name | rotor::plugin::plugin_base_t | |
reaction_underlying_t typedef | rotor::plugin::plugin_base_t | |
SHUTDOWN enum value (defined in rotor::plugin::plugin_base_t) | rotor::plugin::plugin_base_t | |
START enum value (defined in rotor::plugin::plugin_base_t) | rotor::plugin::plugin_base_t | |
stringifier | rotor::plugin::delivery_plugin_base_t | protected |
subscribe(Handler &&handler, const address_ptr_t &address) noexcept | rotor::plugin::plugin_base_t | protected |
subscribe(Handler &&handler) noexcept | rotor::plugin::plugin_base_t | protected |
SUBSCRIPTION enum value (defined in rotor::plugin::plugin_base_t) | rotor::plugin::plugin_base_t | |
subscription_map | rotor::plugin::delivery_plugin_base_t | protected |
with_casted(Fn &&fn, config_phase_t desired_phase=config_phase_t::INITIALIZING) noexcept | rotor::plugin::plugin_base_t | inline |
~plugin_base_t()=default (defined in rotor::plugin::plugin_base_t) | rotor::plugin::plugin_base_t | virtual |