Skip to content

EventHandler

type EventHandler<P> = (payload) => void;

Receives the payload of a subscribed event topic.

P = unknown

P

void