Lazy init of Process Engines

Hi All,

I’m using spring boot starters(rest) for camunda as a microservice, and I would like to initialize the multiple process engines lazily (not at bootstrap time) for multiple tenants using Spring java config.

How to achieve it?