orbit-shared / orbit.shared.addressable / AddressableInvocation

AddressableInvocation

data class AddressableInvocation

An invocation of a method on an Addressable.

Constructors

<init>

An invocation of a method on an Addressable.

AddressableInvocation(reference: AddressableReference, method: String, args: AddressableInvocationArguments)

Properties

args

The arguments being passed.

val args: AddressableInvocationArguments

method

The method being called.

val method: String

reference

A reference to the Addressable.

val reference: AddressableReference

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int