Home / Function/ onUpdate() — spring-boot Function Reference

onUpdate() — spring-boot Function Reference

Architecture documentation for the onUpdate() function in DockerApi.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  d89ba446_65a7_a78f_3c22_faffc2509bbc["onUpdate()"]
  a1ee3ef2_1dd0_7394_2e65_dc54bedc20dc["onUpdate()"]
  a1ee3ef2_1dd0_7394_2e65_dc54bedc20dc -->|calls| d89ba446_65a7_a78f_3c22_faffc2509bbc
  a1ee3ef2_1dd0_7394_2e65_dc54bedc20dc["onUpdate()"]
  d89ba446_65a7_a78f_3c22_faffc2509bbc -->|calls| a1ee3ef2_1dd0_7394_2e65_dc54bedc20dc
  65ce87f4_f979_08a8_e361_f85f434427b1["image()"]
  d89ba446_65a7_a78f_3c22_faffc2509bbc -->|calls| 65ce87f4_f979_08a8_e361_f85f434427b1
  style d89ba446_65a7_a78f_3c22_faffc2509bbc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/DockerApi.java lines 602–607

		@Override
		public void onUpdate(LoadImageUpdateEvent event) {
			Assert.state(event.getErrorDetail() == null,
					() -> "Error response received when loading image" + image() + ": " + event.getErrorDetail());
			this.stream = event.getStream();
		}

Subdomains

Called By

Frequently Asked Questions

What does onUpdate() do?
onUpdate() is a function in the spring-boot codebase.
What does onUpdate() call?
onUpdate() calls 2 function(s): image, onUpdate.
What calls onUpdate()?
onUpdate() is called by 1 function(s): onUpdate.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free