Configuration
Service Name Configuration
Register Service Map for Consumption
#[ServiceContext]
public function serviceMap(): DistributedServiceMap
{
return DistributedServiceMap::initialize();
}#[ServiceContext]
public function channels()
{
return SqsBackedMessageChannelBuilder::create("distributed_ticket_service")
}Register Service Map for Publishing
Last updated
Was this helpful?