Interface StartableAgentProvider
-
- All Known Implementing Classes:
VirtualAgentsProviderImpl
public interface StartableAgentProvider
Factrory of agents that can be started- Author:
- Eugene Petrenko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<StartableAgentType>
getStartableAgents()
Get all startable agent types
-
-
-
Method Detail
-
getStartableAgents
@NotNull Collection<StartableAgentType> getStartableAgents()
Get all startable agent types- Returns:
- collection of agent types to start
-
-