MCPcopy Create free account
hub / github.com/Effect-TS/effect / EntityRegistered

Interface EntityRegistered

packages/cluster/src/ShardingRegistrationEvent.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * @category models
23 */
24export interface EntityRegistered {
25 readonly _tag: "EntityRegistered"
26 readonly entity: Entity<any, any>
27}
28
29/**
30 * Represents an event that occurs when a new singleton is registered with a

Callers 1

Sharding.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…