Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRequestHandler ¶
type UserRequestHandler interface { Handle(ctx context.Context, tenant, objectId string, request any, params ...map[string]any) (any, error) HandleWithRetry(ctx context.Context, tenant, objectId string, aggregateRequired bool, request any, params ...map[string]any) (any, error) }
func NewUserRequestHandler ¶
func NewUserRequestHandler(log logger.Logger, es eventstore.AggregateStore, cfg config.Utils) UserRequestHandler
Click to show internal directories.
Click to hide internal directories.