IBMStreams / streamsx.monitoring

The com.ibm.streamsx.monitoring toolkit provides capabilities to create applications that monitor IBM Streams and its applications.
https://ibmstreams.github.io/streamsx.monitoring/
Other
5 stars 5 forks source link

Separate JMX connection into AbstractJmxOperator. #121

Closed ddebrunner closed 6 years ago

ddebrunner commented 6 years ago

Gives the ability to create additional operators that use a JMX connection.

I passed the tests and validated that I can successfully build another JMX operator (in this case one that performs JMX actions such as start a PE).