Interface SpringApp.UpdateStages.WithServiceRegistryBinding
- All Known Subinterfaces:
SpringApp.Update
- Enclosing interface:
SpringApp.UpdateStages
public static interface SpringApp.UpdateStages.WithServiceRegistryBinding
(Enterprise Tier)
The stage of spring app update 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.Update 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 update
-
withoutServiceRegistryBinding
SpringApp.Update 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 update
-