send
Sends a message through a named channel.
Parameters
channel Name
The name of the channel the message should be sent through.
message
The contents of the message to be sent.
Throws
Corda Runtime Exception
if the channel does not exist.
@Suspendable
Sends a message with identifier through a named channel.
Parameters
channel Name
The name of the channel the message should be sent through.
message Id
An ID of the message to be sent.
message
The contents of the message to be sent.
Throws
Corda Runtime Exception
if the channel does not exist.