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
Currently in ArtemisJolokia code there are many common codes among
fetching methods for different components. For example
readBrokerAttributes, readAddressAttributes and
readClusterConnectionAttributes are all sending 'POST' requests
with similar pattern but only different parameters.
It can be abstracted to a common method shared by those methods
and also will be reused when we add new components like Bridges.
0 commit comments