Skip to content

Commit

Permalink
CORE-15747 make SessionInit nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Aug 14, 2023
1 parent f9b77f2 commit cf4ffc9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
{
"name": "sessionInit",
"type": "net.corda.data.flow.event.session.SessionInit"
"type": ["null", "net.corda.data.flow.event.session.SessionInit"],
"doc": "Contains information that can be used to start an initiated flow, piggybacked on initial data messages. Will be null for messages sent to the initiator. Will be null when initiated party is confirmed to be present via receipt of any data message previously."
}
]
}

0 comments on commit cf4ffc9

Please sign in to comment.