Structs§
- Component
Sandbox - A component’s sandbox holds all the routing dictionaries that a component has once its been resolved.
- Event
Stream Source Router - Contains all of the information needed to find and use a source of an event stream.
- Program
Input - All capabilities that are available to a component’s program.
Functions§
- build_
component_ sandbox - Once a component has been resolved and its manifest becomes known, this function produces the various dicts the component needs based on the contents of its manifest.
- extend_
dict_ with_ offers - Extends the given
target_input
to contain the capabilities described indynamic_offers
. - is_
supported_ expose - is_
supported_ use
Type Aliases§
- Event
Stream Filter - This type comes from
UseEventStreamDecl
. - Event
Stream UseRouter Fn