Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.79 KB

_commands_commandhandlerprovider_.md

File metadata and controls

45 lines (24 loc) · 1.79 KB

@brainhubeu/sqrs"commands/CommandHandlerProvider"

Module: "commands/CommandHandlerProvider"

Index

Interfaces

Variables

Functions

Variables

Const commandHandlerProviderId

commandHandlerProviderId: symbol & BoundTypeCommandHandlerProvider = depId('CommandHandlerProvider')

Defined in commands/CommandHandlerProvider.ts:11

DependencyIdentifier of CommandHandlerProvider

Functions

containerCommandHandlerProviderFactory

containerCommandHandlerProviderFactory(container: Container): CommandHandlerProvider

Defined in commands/CommandHandlerProvider.ts:29

Creates a function that resolves command handler from the container for a given command by it's type

Parameters:

Name Type
container Container

Returns: CommandHandlerProvider