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