Expand description
Behavior module entrypoints
Constants§
- BEHAVIOR_
INSTANCES_ HANDLE_ MESSAGES - BEHAVIOR_
INSTANCE_ CLONE - BEHAVIOR_
INSTANCE_ CREATE - BEHAVIOR_
INSTANCE_ DESTROY - BEHAVIOR_
INSTANCE_ HANDLE_ MESSAGE - BEHAVIOR_
INSTANCE_ PERSIST - BEHAVIOR_
INSTANCE_ RESTORE - BEHAVIOR_
PERSIST - BEHAVIOR_
REGISTER - BEHAVIOR_
RESTORE
Type Aliases§
- Behavior
Instance Clone Fn ark_behavior_instance_clone- Clone a behavior instance to create a new identical instance- Behavior
Instance Create Fn ark_behavior_instance_create- Create a behavior instance- Behavior
Instance Destroy Fn ark_behavior_instance_destroy- Destroy a behavior instance- Behavior
Instance Handle Message Fn ark_behavior_instance_handle_message- Have the specified instance process the provided message- Behavior
Instance Persist Fn ark_behavior_instance_persist- Persist a behavior instance by serializing it to a blob- Behavior
Instance Restore Fn ark_behavior_instance_restore- Restore a behavior instance by deserializing it from a persistent representation- Behavior
Instances Handle Messages Fn ark_behavior_instances_handle_messages- Process the provided messages- Behavior
Persist Fn ark_behavior_persist- Persists the whole dynamic state of a behavior module- Behavior
Register Fn ark_behavior_register- Register a behavior module- Behavior
Restore Fn ark_behavior_restore- Restores the whole dynamic state of a behavior module