Shared Service Map
Shared Service Map
Explicit Mapping
public function serviceMap(): DistributedServiceMap
{
return DistributedServiceMap::initialize()
->withEventMapping(
channelName: "order_service_inbound_events",
subscriptionKeys: ["ticket_service.management.*"],
)
}Non Explicit Mapping
Queue Channel
Streaming Channel
Last updated
Was this helpful?