类 TotalProgressPullListener

java.lang.Object
cn.taketoday.buildpack.platform.docker.TotalProgressListener<PullImageUpdateEvent>
cn.taketoday.buildpack.platform.docker.TotalProgressPullListener
所有已实现的接口:
UpdateListener<PullImageUpdateEvent>

public class TotalProgressPullListener extends TotalProgressListener<PullImageUpdateEvent>
UpdateListener that calculates the total progress of the entire pull operation and publishes TotalProgressEvent.
从以下版本开始:
4.0
作者:
Phillip Webb, Scott Frederick