public MessageReaderService(ILogger <MessageReaderService> logger, IotHubSettings iotHubSettings, IActorSystemService actorSystem) { _logger = logger; _iotHubSettings = iotHubSettings; _actorSystem = actorSystem; }
public DevicesController(IActorSystemService actorSystem) { _actorSystem = actorSystem; }
public MeasurementsController(IActorSystemService actorSystem) { _actorSystem = actorSystem; }
public SimpleActorController(IActorSystemService myActorSystemService) { this.myActorSystemService = myActorSystemService; }