Interface SpringApp.DefinitionStages.WithServiceRegistryBinding
- All Known Subinterfaces:
SpringApp.Definition,SpringApp.DefinitionStages.WithCreate
- Enclosing interface:
- SpringApp.DefinitionStages
public static interface SpringApp.DefinitionStages.WithServiceRegistryBinding
(Enterprise Tier Only)
The stage of spring app definition allowing to bind it to service registry.
-
Method Summary
Modifier and TypeMethodDescriptionRemoves a binding to the default service registry.Specifies a binding to the default service registry.
-
Method Details
-
withServiceRegistryBinding
SpringApp.DefinitionStages.WithCreate withServiceRegistryBinding()Specifies a binding to the default service registry. When you change the bind/unbind status, you must restart or redeploy the app to for the binding to take effect.- Returns:
- the next stage of spring app definition
-
withoutServiceRegistryBinding
SpringApp.DefinitionStages.WithCreate withoutServiceRegistryBinding()Removes a binding to the default service registry. When you change the bind/unbind status, you must restart or redeploy the app to for the binding to take effect.- Returns:
- the next stage of spring app definition
-