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

Fix: Application configuration is supported since IBM Streams 4.2 #33

Closed m-kotowski closed 7 years ago

m-kotowski commented 7 years ago

The application configuration is supported since IBM Streams 4.2, ProcessingElement.getApplicationConfiguration method.

The toolkit shall be used with IBM Streams 4.1, too, so use the Java reflective API to check whether the method exists or not. Only if it exists, it is called.