类 DockerApi.ErrorCaptureUpdateListener
java.lang.Object
cn.taketoday.buildpack.platform.docker.DockerApi.ErrorCaptureUpdateListener
- 所有已实现的接口:
UpdateListener<PushImageUpdateEvent>
- 封闭类:
- DockerApi
private static final class DockerApi.ErrorCaptureUpdateListener
extends Object
implements UpdateListener<PushImageUpdateEvent>
UpdateListener used to capture the details of an error in a response
stream.-
构造器详细资料
-
ErrorCaptureUpdateListener
private ErrorCaptureUpdateListener()
-
-
方法详细资料
-
onUpdate
从接口复制的说明:UpdateListenerCalled when an update event is available.- 指定者:
onUpdate在接口中UpdateListener<PushImageUpdateEvent>- 参数:
event- the update event
-