cloud.orbit.dsl.ast / ActorDeclaration

ActorDeclaration

data class ActorDeclaration : Declaration

Constructors

<init>

ActorDeclaration(name: String, keyType: ActorKeyType = ActorKeyType.NO_KEY, methods: List<ActorMethod> = emptyList())

Properties

keyType

val keyType: ActorKeyType

methods

val methods: List<ActorMethod>

name

val name: String