MCPcopy Create free account

hub / github.com/MichalPaszkiewicz/cqrs-react-router / functions

Functions122 in github.com/MichalPaszkiewicz/cqrs-react-router

Methodhandle
(command: TestCommand, domainService: DomainService, callback: (command: IAmACommand) => void)
tests/services/applicationservice.ts:315
Methodhandle
(action: IAmADomainEvent)
tests/services/viewsubscriber.ts:40
Methodhandle
(command: TestCommand, domainService: DomainService, callback: (command: IAmACommand) => void)
tests/services/actionreplay.ts:31
Methodhandle
(event: IAmADomainEvent)
tests/services/actionreplay.ts:62
MethodhardReplayEvents
(finalTime?: ClockDate, millisecondsInterval?: number)
src/services/applicationservice.ts:87
MethodhardReplayEventsUpTo
(domainEvent: IAmADomainEvent, millisecondsInterval?: number, inclusive: boolean = true)
src/services/applicationservice.ts:98
FunctionhistoryReplace
(path)
src/objects/route.tsx:28
MethodonCommandHandled
(callback: (command: IAmACommand) => void)
src/services/applicationservice.ts:116
MethodonCommandValidated
(callback: (command: IAmACommand) => void)
src/services/applicationservice.ts:112
MethodpreCommandValidated
(callback: (command: IAmACommand) => void)
src/services/applicationservice.ts:108
Functionprocess
(src, path)
preprocessor.js:7
MethodremoveOnEventStoredEvent
(callback: (event: IAmADomainEvent) => void)
src/services/eventstore.ts:90
Methodrender
()
src/objects/router.tsx:20
Methodrender
()
src/objects/route.tsx:97
Methodrender
()
src/objects/route.tsx:131
MethodreplayEvent
(index)
src/services/eventstore.ts:24
MethodreplayEventsUpTo
(domainEvent: IAmADomainEvent, millisecondsInterval?: number, hardReplay: boolean = false, inclusive: boolean
src/services/eventstore.ts:49
FunctionstoreEvent
(event: IAmADomainEvent)
src/objects/aggregateroot.ts:18
MethodstoreEvents
(events: IAmADomainEvent[])
src/services/applicationservice.ts:316
MethodsubscribePage
(page: Page, viewName: string, callback:(view: View) => void)
src/services/applicationservice.ts:286
Methodvalidate
(command: IAmACommand)
tests/services/applicationservice.ts:353
MethodvalidateHypotheticalCommand
(command: IAmACommand, onError: (error: DomainError) => void, callback?: (command: IAmACommand) => void)
src/services/applicationservice.ts:201
← previous101–122 of 122, ranked by callers