Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandHandler ¶
func ApplyCommandDecorators ¶
func ApplyCommandDecorators[H any](handler CommandHandler[H], logger logger.Logger, metricsClient MetricsClient) CommandHandler[H]
type MetricsClient ¶
type QueryHandler ¶
func ApplyQueryDecorators ¶
func ApplyQueryDecorators[Q any, R any](handler QueryHandler[Q, R], logger logger.Logger, metricsClient MetricsClient) QueryHandler[Q, R]
Click to show internal directories.
Click to hide internal directories.