Home > @xoram/core > defineService
defineService() function
Define a stateless service, also known as Topic.
Signature:
typescript
export declare function defineService<notification extends Record<string, unknown> = Record<string, never>>(): () => Service<notification>;1
Returns:
() => Service<notification>