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

Method Kind

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

Kind 返回消息类型标识,用于路由和监控

()

Source from the content-addressed store, hash-verified

17type Message interface {
18 // Kind 返回消息类型标识,用于路由和监控
19 Kind() string
20}
21
22// PID (Process ID) Actor 进程标识符

Callers 10

getFirstTodoIDFunction · 0.65
defaultPanicHandlerFunction · 0.65
SendWithSenderMethod · 0.65
deadLetterHandlerMethod · 0.65
normalizeValueFunction · 0.65
normalizeMapFunction · 0.65
isEmptyValueFunction · 0.65
mainFunction · 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 3

getFirstTodoIDFunction · 0.52