corda / net.corda.testing.node / InMemoryMessagingNetwork / pumpSend

pumpSend

fun pumpSend(block: Boolean): MessageTransfer?

Send the next queued message to the requested recipient(s) within the network

Parameters

block - If set to true this function will only return once a message has been pushed onto the recipients' queues. This is only relevant if a latencyCalculator is being used to simulate latency in the network.