winter-testing / io.jentz.winter.testing / WinterTestSession / Builder / onGraphClose
onGraphClose
fun onGraphClose(qualifier: Any = ApplicationScope::class, callback: OnGraphCloseCallback): Unit
Add callback that gets invoked when a graph with the component qualifier gets closed.
Parameters
qualifier
- The qualifier of the graph component.
callback
- The callback that gets invoked with the graph.