Skip to content

Commit

Permalink
Add InteropProcessorEvent avro type
Browse files Browse the repository at this point in the history
  • Loading branch information
ac101m committed Oct 27, 2023
1 parent 072ae2e commit 8753141
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "record",
"name": "InteropProcessorEvent",
"namespace": "net.corda.data.interop",
"fields": [
{
"name": "payload",
"type": [
"net.corda.data.flow.event.SessionEvent"
]
}
]
}

0 comments on commit 8753141

Please sign in to comment.