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

Use type names that follow the best practices' naming conventions #14

Closed m-kotowski closed 7 years ago

m-kotowski commented 7 years ago

Issue #12 requests to apply the naming conventions that Streams recommends. The naming conventions for type names are described here: http://www.ibm.com/support/knowledgecenter/en/SSCRJU_4.2.0/com.ibm.streams.dev.doc/doc/str_nametype.html

The Origin_t and Notification_t types are therefore, renamed to Origin and Notification.