MCPcopy Create free account
hub / github.com/astercloud/aster / Message

Interface Message

pkg/actor/types.go:17–20  ·  view source on GitHub ↗

Message Actor 消息接口 所有 Actor 间传递的消息都必须实现此接口

Source from the content-addressed store, hash-verified

15// Message Actor 消息接口
16// 所有 Actor 间传递的消息都必须实现此接口
17type Message interface {
18 // Kind 返回消息类型标识,用于路由和监控
19 Kind() string
20}
21
22// PID (Process ID) Actor 进程标识符
23// 类似 Erlang 的 PID,是 Actor 的唯一寻址方式

Callers 8

getFirstTodoIDFunction · 0.65
defaultPanicHandlerFunction · 0.65
SendWithSenderMethod · 0.65
deadLetterHandlerMethod · 0.65
normalizeValueFunction · 0.65
normalizeMapFunction · 0.65

Implementers 15

CustomWorkDirSandboxpkg/tools/builtin/testutils.go
RealSandboxpkg/tools/builtin/testutils.go
MockSandboxpkg/sandbox/mock.go
LocalSandboxpkg/sandbox/local.go
RemoteSandboxpkg/sandbox/remote.go
AliyunSandboxpkg/sandbox/cloud/aliyun.go
VolcengineSandboxpkg/sandbox/cloud/volcengine.go
Startedpkg/actor/types.go
Stoppingpkg/actor/types.go
Stoppedpkg/actor/types.go
Restartingpkg/actor/types.go
PoisonPillpkg/actor/types.go

Calls

no outgoing calls

Tested by

no test coverage detected