Class ProgressUpdateEvent

java.lang.Object
org.springframework.boot.buildpack.platform.docker.UpdateEvent
org.springframework.boot.buildpack.platform.docker.ProgressUpdateEvent
Direct Known Subclasses:
ImageProgressUpdateEvent, LoadImageUpdateEvent

public abstract class ProgressUpdateEvent extends UpdateEvent
An UpdateEvent that includes progress information.
Since:
2.3.0
Author:
Phillip Webb, Wolfgang Kronberg