Module thread_examples

Source
Expand description

Examples for thread management and messaging workflows.

Functionsยง

create_add_agents_example
This example demonstrates adding agents using the Authorizable trait
create_remove_agent_example
This example demonstrates removing an agent using the Authorizable trait
create_replace_agent_example
This example demonstrates replacing an agent using the Authorizable trait
create_reply_to_transfer_example
This example demonstrates how to create a reply to a Transfer message
create_reply_using_message_trait_example
This example demonstrates how to create a reply using the Message trait extension
create_update_policies_example
This example demonstrates creating an UpdatePolicies message using the Authorizable trait
settle_example
This example demonstrates creating a Settle message
thread_participant_workflow_example
This example demonstrates a complete workflow for managing thread participants