lagom icon indicating copy to clipboard operation
lagom copied to clipboard

Document container layering

Open meadsteve opened this issue 2 years ago • 2 comments

Lagom allows (and should encourage) containers to be stacked on top of each other. This is especially useful when you have different contexts like a web app and a worker on some job queue that share some dependency construction logic but not all.

meadsteve avatar May 31 '22 18:05 meadsteve

@meadsteve Hi, could you please elaborate on that? Did you mean container parameter in Container class? Or maybe there's another way to have multiple small containers, per module, that could be connected as one?

mgodkowicz avatar Jun 07 '23 16:06 mgodkowicz