MiddlewareManager
An abstract class for managing multiple middleware instances.
This class extends CoroutineMiddleware and ensures that all registered middleware switchers are attached and detached appropriately based on the lifecycle of the manager.
Parameters
C
The type of MiddlewareContext that the middleware operates on.
T
The type of Middleware that this manager handles.