postProcessPodFactory method
Post-processes the ConfigurableListablePodFactory
for this context.
Subclasses can override this to apply additional decorators, inject cross-cutting concerns, or manipulate pod definitions before initialization is finalized.
This is part of Jetleaf – a framework developers can use to build web applications.
Implementation
@protected
Future<void> postProcessPodFactory() async {}