Skip to content

agents / Exports / IEventServiceOwnerBinding

Interface: IEventServiceOwnerBinding

Explicit owner binding information used for scoped event emission.

Table of contents

Properties

Properties

ownerType

ownerType: string

Defined in

packages/agents/src/interfaces/event-service.ts:94


ownerId

ownerId: string

Defined in

packages/agents/src/interfaces/event-service.ts:95


ownerPath

ownerPath: IOwnerPathSegment[]

Defined in

packages/agents/src/interfaces/event-service.ts:96


sourceType

sourceType: string

Defined in

packages/agents/src/interfaces/event-service.ts:97


sourceId

sourceId: string

Defined in

packages/agents/src/interfaces/event-service.ts:98

Released under the MIT License.