corda / net.corda.client.rpc / RPCSinceVersion

RPCSinceVersion

@Target([AnnotationTarget.FUNCTION]) annotation class RPCSinceVersion

Records the protocol version in which this RPC was added.

Constructors

<init>

RPCSinceVersion(version: Int)

Records the protocol version in which this RPC was added.

Properties

version

val version: Int

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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