@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| AgentConfigurationServiceImpl |
This implementation of
AgentConfigurationService forwards properties set on the server that match a given
set of regular expressions, plus any additional ones specified in configuration. |
| AgentConnectionTrackingServiceImpl |
This service keeps track of agent connections and heartbeats.
|
| AgentFilterServiceImpl |
Implementation of
AgentFilterService which delegates iterates through an ordered list of
AgentMetadataInspector. |
| AgentJobServiceImpl |
Default implementation of
AgentJobService. |
| AgentRoutingServiceCuratorDiscoveryImpl |
Implementation of
AgentRoutingService that relies on Curator's Discovery extension. |
| AgentRoutingServiceCuratorDiscoveryImpl.Agent |
Payload for typed
ServiceDiscovery. |
| AgentRoutingServiceSingleNodeImpl |
Implementation of
AgentRoutingService that assumes a single Genie node and tracks connections in-memory. |