api

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActorReminderParams

type ActorReminderParams struct {
	Data    []byte `json:"data"`
	DueTime string `json:"dueTime"`
	Period  string `json:"period"`
	TTL     string `json:"ttl"`
}

type ActorRuntimeConfig

type ActorRuntimeConfig struct {
	RegisteredActorTypes   []string `json:"entities"`
	ActorIdleTimeout       string   `json:"actorIdleTimeout"`
	ActorScanInterval      string   `json:"actorScanInterval"`
	DrainOngingCallTimeout string   `json:"drainOngoingCallTimeout"`
	DrainBalancedActors    bool     `json:"drainRebalancedActors"`
}

type ActorTimerParam

type ActorTimerParam struct {
	CallBack string `json:"callback"`
	Data     []byte `json:"data"`
	DueTime  string `json:"dueTime"`
	Period   string `json:"period"`
	TTL      string `json:"ttl"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL