Package io.levysworks.configs
Interface AgentsConfig
@ConfigMapping(prefix="servers-wrapper")
public interface AgentsConfig
Configuration mapping interface for agent server definitions, using the
servers-wrapper prefix.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents a single agent server's configuration. -
Method Summary
-
Method Details
-
servers
List<AgentsConfig.ServerConfig> servers()Returns the list of configured agent servers.- Returns:
- list of
AgentsConfig.ServerConfigentries
-