Class TotalProgressPullListener

java.lang.Object
org.springframework.boot.buildpack.platform.docker.TotalProgressListener<PullImageUpdateEvent>
org.springframework.boot.buildpack.platform.docker.TotalProgressPullListener
All Implemented Interfaces:
UpdateListener<PullImageUpdateEvent>

public class TotalProgressPullListener extends TotalProgressListener<PullImageUpdateEvent>
UpdateListener that calculates the total progress of the entire pull operation and publishes TotalProgressEvent.
Since:
2.3.0
Author:
Phillip Webb, Scott Frederick