com.r3corda.node.services.statemachine / SendOnly

SendOnly

data class SendOnly : SendRequest


Constructors

<init> SendOnly(destination: Party, topic: String, payload: Any, sendSessionID: Long)

Properties

destination val destination: Party
payload val payload: Any
sendSessionID val sendSessionID: Long
stackTraceInCaseOfProblems val stackTraceInCaseOfProblems: StackSnapshot
topic val topic: String