Class ChainCreatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
PlanEvent, Serializable

@AsynchronousPreferred public final class ChainCreatedEvent extends ChainEvent
Event is triggered when new chain created. It's final to avoid triggering handlers of this event, like caches and initial build trigger.
See Also:
  • Constructor Details

    • ChainCreatedEvent

      public ChainCreatedEvent(Object source, PlanKey planKey)
  • Method Details

    • getEventCreationTime

      public Instant getEventCreationTime()