ProjectionType

data class ProjectionType(val name: ResourceId, val version: Int = 1)(source)

Versioned, platform-neutral declaration or event schema shared by both endpoints. A name identifies a schema, never a JVM class or executable factory supplied by a peer.

Constructors

Link copied to clipboard
constructor(name: ResourceId, version: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard