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