Class UpdateChainDependenciesEventListener


  • public class UpdateChainDependenciesEventListener
    extends Object
    Update Chain dependencies on BuildConfigurationUpdatedEvent and ChainCompletedEvent
    • Method Detail

      • onChainCompletedEvent

        @EventListener
        public void onChainCompletedEvent​(ChainCompletedEvent event)
        Handle ChainCompletedEvent and create appropriate chain dependencies if Automatic Chain Dependency Management is enabled on both producer and consumer sides.
        Parameters:
        event - Instance of ChainCompletedEvent
      • onBuildConfigurationUpdatedEvent

        @EventListener
        public void onBuildConfigurationUpdatedEvent​(BuildConfigurationUpdatedEvent event)
        Handle BuildConfigurationUpdateEvent and create appropriate chain dependencies if Automatic Chain Dependency Management is enabled on both producer and consumer sides.
        Parameters:
        event - BuildConfigurationUpdatedEvent