You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #50978 [Messenger] Allow accessing all options on a handler descriptor (ruudk)
This PR was merged into the 6.4 branch.
Discussion
----------
[Messenger] Allow accessing all options on a handler descriptor
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? |no
| New feature? | yes
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
Currently it's only possible to use `HandlerDescriptor::getOption` to retrieve options one by one.
In my situation, I want to inspect all the options, without knowing their name.
Commits
-------
55e1176 Allow accessing all options on a handler descriptor
0 commit comments