perwendel / spark-debug-tools

Better error pages for the Spark Java micro-framework.
Apache License 2.0
69 stars 17 forks source link

Add ability to set DebugScreen on specific instance #9

Open fzakaria opened 7 years ago

fzakaria commented 7 years ago

Spark has the ignite capability which allows the user to start more than a single Service. It would be useful to attach debug screens to the specific instances.

Ideally we should be able to re-use all the same methods and pass around by default getInstance however access to the default instance remains private in the Spark framework.