Class ChainCreatedEvent

  • 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:
    Serialized Form
    • Constructor Detail

      • ChainCreatedEvent

        public ChainCreatedEvent​(Object source,
                                 PlanKey planKey)
    • Method Detail

      • getEventCreationTime

        public Instant getEventCreationTime()