Expand description

Access Control

Structs

Allows message that are allowed buy both AccessControls

An Access Control type that allows all messages to pass through.

Allows only messages coming from specified set of transport types. Also allows Local messages

Allows message that are allowed buy either AccessControls

An Access Control type that blocks all messages from passing through.

Allows only messages that originate from this node

Traits

Defines the interface for message flow authorization.