fromPushNotification()
Wrap a host push transport. The host owns network/native setup; this factory owns reactive delivery and teardown only, preserving async-at-source-boundary discipline.
Import
Section titled “Import”import { fromPushNotification } from "@graphrefly/ts/sources";Signature
Section titled “Signature”function fromPushNotification(register: PushRegister<T>): Operator<never, T>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
register | PushRegister<T> | register value used by the helper. |
Returns
Section titled “Returns”A Operator<never, T> value for the boundary or adapter.
Example
Section titled “Example”import { fromPushNotification } from "@graphrefly/ts/sources";Source
Section titled “Source”packages/ts/src/graph/sources.ts