Skip to content

Interface: RemoteCallRequest

Request structure for remote procedure calls

Properties

args

args: any[]


consumerID

consumerID: string


operationType

operationType: "call" | "construct" | "set" | "await" | "gc-register" | "gc-collect" | "ping"


propertyPath

propertyPath: string


realmId

realmId: string


requestID

requestID: string

Released under the MIT License.