public class SpringPipelineFailedEvent
extends org.springframework.context.ApplicationEvent
implements io.flamingock.internal.core.event.model.IPipelineFailedEvent
| Constructor and Description |
|---|
SpringPipelineFailedEvent(java.lang.Object source,
io.flamingock.internal.core.event.model.IPipelineFailedEvent event)
Create a new
ApplicationEvent. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException() |
java.lang.String |
toString() |
public SpringPipelineFailedEvent(java.lang.Object source,
io.flamingock.internal.core.event.model.IPipelineFailedEvent event)
ApplicationEvent.source - the object on which the event initially occurred or with
which the event is associated (never null)