Interface AgentTypeProviderRegistry
-
- All Known Implementing Classes:
AgentTypeProviderRegistryImpl
public interface AgentTypeProviderRegistry
- Author:
- Maxim.Manuylov Date: 15.11.11
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AgentTypeProviderRegistry.WithAgentTypeProvider<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerAgentTypeProvider(AgentTypeProvider provider)
<T> T
withAgentTypeProvider(AgentTypeProviderRegistry.WithAgentTypeProvider<T> call)
-
-
-
Method Detail
-
registerAgentTypeProvider
void registerAgentTypeProvider(@NotNull AgentTypeProvider provider)
-
withAgentTypeProvider
@Nullable <T> T withAgentTypeProvider(@NotNull AgentTypeProviderRegistry.WithAgentTypeProvider<T> call)
-
-