POD_NAME_GENERATOR_POD_NAME property

String POD_NAME_GENERATOR_POD_NAME
final

The reserved pod name for the pod name generator.

This component is responsible for generating default names for pods that are registered without explicit names. The default implementation uses class name conventions (e.g., myService for MyService class).

Customization:

Applications can provide custom name generators for specialized naming conventions or integration requirements.

Implementation

static final String POD_NAME_GENERATOR_POD_NAME = "jetleaf.internal.podNameGenerator";