Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #582 from jagathsisira/master
Browse files Browse the repository at this point in the history
Event Streams corrected in SequenceStatisticsTest
  • Loading branch information
jagathsisira authored Aug 16, 2016
2 parents e408086 + e198d93 commit 69bc07a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "esb-config-entry-stream",
"name": "org.wso2.esb.analytics.stream.ConfigEntry",
"version": "1.0.0",
"nickName": "",
"description": "This stream is use by WSO2 ESB to publish component schemas",
"metaData": [
{
"name": "tenantId",
"type": "INT"
}
],
"payloadData": [
{
"name": "hashcode",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "esb-flow-entry-stream",
"name": "org.wso2.esb.analytics.stream.FlowEntry",
"version": "1.0.0",
"nickName": "",
"description": "",
"description": "This stream is use by WSO2 ESB to publish statistical data",
"metaData": [
{
"name": "compressed",
"type": "BOOL"
},
{
"name": "tenantId",
"type": "INT"
}
],
"payloadData": [
Expand All @@ -19,4 +23,4 @@
"type": "STRING"
}
]
}
}

0 comments on commit 69bc07a

Please sign in to comment.