Attribute Macrosยง
- handler
- Allows handling of messages sent to this
Process
- on_exit
- Defines a custom behaviour to run when the
Process
is terminated. - on_init
- Defines a custom behaviour that is run as soon as the
tokio::task
in which theProcess
lives on is started. - process
- subscriptions
- Allows you to register subscriptions to any global publishes of a message.