Skip to content

Instantly share code, notes, and snippets.

@dgafka
Last active May 12, 2022 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgafka/b0c3a19e884e2e94af80df239c9f0f54 to your computer and use it in GitHub Desktop.
Save dgafka/b0c3a19e884e2e94af80df239c9f0f54 to your computer and use it in GitHub Desktop.
asynchronous-messaging-01.php
<?php
#[AsMessageHandler]
class PlaceOrdernHandler
{
public function __invoke(PlaceOrder $message) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment