Skip to main content Link Search Menu Expand Document (external link)

SubscriberApp overview

Added in v0.3.0


Table of contents


models

SubscriberApp (type alias)

Type alias for a subscriber handler function that processes messages.

Signature

export type SubscriberApp<A, M, E = never, R = never> = Effect.Effect<A, E, R | M>

Added in v0.3.0