13#ifndef IOX2_DYNAMIC_CONFIG_EVENT_HPP
14#define IOX2_DYNAMIC_CONFIG_EVENT_HPP
59 iox2_port_factory_event_h m_handle =
nullptr;
auto operator=(DynamicConfigEvent &&) -> DynamicConfigEvent &=delete
auto operator=(const DynamicConfigEvent &) -> DynamicConfigEvent &=delete
auto number_of_listeners() const -> uint64_t
Returns how many [Listener] ports are currently connected.
~DynamicConfigEvent()=default
DynamicConfigEvent(DynamicConfigEvent &&)=default
void list_notifiers(const iox2::bb::StaticFunction< CallbackProgression(NotifierDetailsView)> &callback) const
void list_listeners(const iox2::bb::StaticFunction< CallbackProgression(ListenerDetailsView)> &callback) const
auto number_of_notifiers() const -> uint64_t
Returns how many [Notifier] ports are currently connected.
DynamicConfigEvent(const DynamicConfigEvent &)=delete
Contains the communication settings of the connected [Listener].
Contains the communication settings of the connected [Notifier].
Represents the port factory of a [Service] with [MessagingPattern::Event].