public interface IIntegrationRecipeRegistry extends IIntegrationRecipeProvider
Modifier and Type | Method and Description |
---|---|
void |
addRecipe(IntegrationRecipe recipe) |
void |
addRecipeProvider(IIntegrationRecipeProvider provider) |
java.lang.Iterable<IIntegrationRecipeProvider> |
getAllRecipeProviders()
Gets all of the complex recipe providers that are registered.
|
java.lang.Iterable<IntegrationRecipe> |
getAllRecipes()
Gets all of the simple recipes that are registered.
|
getRecipe, getRecipeFor
void addRecipe(IntegrationRecipe recipe)
void addRecipeProvider(IIntegrationRecipeProvider provider)
java.lang.Iterable<IntegrationRecipe> getAllRecipes()
Iterator.remove()
method to remove recipes from this registry.java.lang.Iterable<IIntegrationRecipeProvider> getAllRecipeProviders()
Iterator.remove()
method to remove providers from this registry.