Hi,
I have exposed a method in MBean in my java spring boot application. There are 10 nodes in my tier. Is there a way where I can invoke the mbean method on all the nodes without going to each and every node in the UI. If it is not possible through the UI, is there an api that I can invoke such that the controller would invoke the MBean on all the nodes.
Any help is highly appreciated.