v1

latestSwagger 2.02026-07-17421084.8 KB
actor-runtime

actor invocation

Invoke an actor method of the specified actor instance

Invokes the actor method on the actor instance within the session specified in the path. The body of the request will contain the actual paramters on which to invoke the method.

post/impl/v1/actor/{actorType}/{actorId}/{methodName}

Path parameters

actorTypestring required

The actor type

actorIdstring required

The actor instance id

methodNamestring required

The actor method to be invoked

Query parameters

sessionstring

The session is an opaque string used by the KAR runtime to enable reentrancy for nested actor calls and to track caller-callee relationships for failure recovery

Response

The result of invoking the actor method