Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MichalPaszkiewicz/cqrs-react-router
/ functions
Functions
122 in github.com/MichalPaszkiewicz/cqrs-react-router
⨍
Functions
122
◇
Types & classes
105
Method
handle
(command: TestCommand, domainService: DomainService, callback: (command: IAmACommand) => void)
tests/services/applicationservice.ts:315
Method
handle
(action: IAmADomainEvent)
tests/services/viewsubscriber.ts:40
Method
handle
(command: TestCommand, domainService: DomainService, callback: (command: IAmACommand) => void)
tests/services/actionreplay.ts:31
Method
handle
(event: IAmADomainEvent)
tests/services/actionreplay.ts:62
Method
hardReplayEvents
(finalTime?: ClockDate, millisecondsInterval?: number)
src/services/applicationservice.ts:87
Method
hardReplayEventsUpTo
(domainEvent: IAmADomainEvent, millisecondsInterval?: number, inclusive: boolean = true)
src/services/applicationservice.ts:98
Function
historyReplace
(path)
src/objects/route.tsx:28
Method
onCommandHandled
(callback: (command: IAmACommand) => void)
src/services/applicationservice.ts:116
Method
onCommandValidated
(callback: (command: IAmACommand) => void)
src/services/applicationservice.ts:112
Method
preCommandValidated
(callback: (command: IAmACommand) => void)
src/services/applicationservice.ts:108
Function
process
(src, path)
preprocessor.js:7
Method
removeOnEventStoredEvent
(callback: (event: IAmADomainEvent) => void)
src/services/eventstore.ts:90
Method
render
()
src/objects/router.tsx:20
Method
render
()
src/objects/route.tsx:97
Method
render
()
src/objects/route.tsx:131
Method
replayEvent
(index)
src/services/eventstore.ts:24
Method
replayEventsUpTo
(domainEvent: IAmADomainEvent, millisecondsInterval?: number, hardReplay: boolean = false, inclusive: boolean
src/services/eventstore.ts:49
Function
storeEvent
(event: IAmADomainEvent)
src/objects/aggregateroot.ts:18
Method
storeEvents
(events: IAmADomainEvent[])
src/services/applicationservice.ts:316
Method
subscribePage
(page: Page, viewName: string, callback:(view: View) => void)
src/services/applicationservice.ts:286
Method
validate
(command: IAmACommand)
tests/services/applicationservice.ts:353
Method
validateHypotheticalCommand
(command: IAmACommand, onError: (error: DomainError) => void, callback?: (command: IAmACommand) => void)
src/services/applicationservice.ts:201
← previous
101–122 of 122, ranked by callers