Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2026 Changes in this version + func Register(typeName string, factory Factory) + type Config struct + Actor []actor.Entry + type Engine struct + func NewEngine(router *adapter.ExecutionRouter, msgBus *msgbus.MsgBus, cache *cache.Cache) *Engine + func (e *Engine) Connect(ctx context.Context) error + func (e *Engine) Disconnect() + func (e *Engine) Execute(cmd msgbus.Command, bus *msgbus.MsgBus) + func (e *Engine) Init(config Config) + func (e *Engine) Start() + func (e *Engine) Stop() + type Factory func(bus *msgbus.MsgBus, c *cache.Cache) actor.Actor