Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewActorPlacement ¶
func NewActorPlacement(opts ActorPlacementOpts) internal.PlacementService
NewActorPlacement initializes ActorPlacement for the actor service.
Types ¶
type ActorPlacementOpts ¶
type ActorPlacementOpts struct { ServerAddrs []string // Address(es) for the Placement service Security security.Handler AppID string RuntimeHostname string PodName string ActorTypes []string AppHealthFn func() bool AfterTableUpdateFn func() Resiliency resiliency.Provider }
ActorPlacementOpts contains options for NewActorPlacement.
Click to show internal directories.
Click to hide internal directories.