class SplitIoClient::SSE::EventSource::Client

def dispatch_event(event)

def dispatch_event(event)
  if event.occupancy?
    @notification_manager_keeper.handle_incoming_occupancy_event(event)
  else
    @notification_processor.process(event)
  end
end