corda / net.corda.core.messaging / StateMachineUpdate

StateMachineUpdate

sealed class StateMachineUpdate

Types

Added

data class Added : StateMachineUpdate

Removed

data class Removed : StateMachineUpdate

Properties

id

abstract val id: StateMachineRunId

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.

Inheritors

Added

data class Added : StateMachineUpdate

Removed

data class Removed : StateMachineUpdate