Type Alias Publication Context

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

pub type PublicationContext = Arc<dyn Any + Send + Sync>;

Binding-owned context captured when an event is emitted.

The dispatcher treats this value as opaque. Bindings can use it to carry task-local state from synchronous emission into queued middleware.

Aliased Type

1pub struct PublicationContext { /* private fields */ }