Skip to content

Commit

Permalink
Update ServiceContextScope.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fvilla authored Dec 3, 2024
1 parent 69edd3b commit 83aec9b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,9 @@ public Parallelism getParallelism() {
// TODO
return Parallelism.CORES;
}

@Override
public Storage getStorage(Observation observation) {
return digitalTwin.stateStorage().getExistingStorage(observation, Storage.class);
}
}

0 comments on commit 83aec9b

Please sign in to comment.