Skip to main content

Module types

Module types 

Source
Expand description

Plexus RPC streaming types

These types define the wire format for all Plexus RPC streaming responses. The key architectural principle is “caller wraps” - activations return typed domain events, and the caller (DynamicHub routing layer) wraps them with metadata.

Structs§

StreamMetadata
Metadata applied by the caller when wrapping activation responses

Enums§

PlexusStreamItem
Universal stream item - all activations emit this type