Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
[#28] refactor to reduce code repetition
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
howardgao committed Nov 27, 2024
1 parent 4083df7 commit 8b46c90
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 514 deletions.
Loading

0 comments on commit 8b46c90

Please sign in to comment.