Class TotalProgressPushListener

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

public class TotalProgressPushListener extends TotalProgressListener<PushImageUpdateEvent>
UpdateListener that calculates the total progress of the entire push operation and publishes TotalProgressEvent.
Since:
2.4.0
Author:
Scott Frederick