harn-vm 0.7.29

Async bytecode virtual machine for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
pub const TRIGGER_INBOX_LEGACY_TOPIC: &str = "trigger.inbox";
pub const TRIGGER_INBOX_CLAIMS_TOPIC: &str = "trigger.inbox.claims";
pub const TRIGGER_INBOX_ENVELOPES_TOPIC: &str = "trigger.inbox.envelopes";
pub const TRIGGER_OUTBOX_TOPIC: &str = "trigger.outbox";
pub const TRIGGER_ATTEMPTS_TOPIC: &str = "trigger.attempts";
pub const TRIGGER_DLQ_TOPIC: &str = "trigger.dlq";
pub const TRIGGER_CANCEL_REQUESTS_TOPIC: &str = "trigger.cancel.requests";
pub const TRIGGER_OPERATION_AUDIT_TOPIC: &str = "trigger.operations.audit";
pub const TRIGGERS_LIFECYCLE_TOPIC: &str = "triggers.lifecycle";