package
1.3.10
Repository: https://github.com/ibm/kar.git
Documentation: pkg.go.dev

# Functions

AwaitPromise awaits the response to an actor or service call.
Bindings sends a binding command (cancel, get, schedule) to an actor's assigned sidecar and waits for a reply.
CallActor calls an actor and waits for a reply.
CallPromiseActor calls an actor and returns a request id.
CallPromiseService calls a service and returns a request id.
CallService calls a service and waits for a reply.
CloseIdleConnections closes idle connections.
Collect periodically collect actors with no recent usage (but retains placement).
DeleteActor sends a delete message to an actor and does not wait for a reply.
LoadBinding sends a load message to the bindingEndpoint the sidecar that hosts the target actor.
Main is the main entrypoint for the KAR runtime.
ManageBindings reloads bindings on rebalance.
ProcessReminders runs periodically and schedules delivery of all reminders whose targetTime has passed.
ReadAll converts the body of a request to a string.
Run command with given arguments and environment.
TellActor sends a message to an actor and does not wait for a reply.
TellService sends a message to a service and does not wait for a reply.
ValidateActorConfig checks to make sure the user process actually supports all the Actor types that were specified with `-actors` when the sidecar was launched.

# Structs

No description provided by the author
Actor uniquely identifies an actor instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EventSubscribeOptions documents the request body for subscribing an actor to a topic.
No description provided by the author
Reminder describes a time-triggered asynchronous invocation of a Path on an Actor.
Reply contains the subset of an http.Response that are relevant to higher levels of the runtime.