Class EventsSpringIntegrationSampleApplication


  • @SpringBootApplication
    public class EventsSpringIntegrationSampleApplication
    extends Object
    • Constructor Detail

      • EventsSpringIntegrationSampleApplication

        public EventsSpringIntegrationSampleApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
      • logTheCreationOfNodesOfTypeContent

        @Bean
        public org.springframework.integration.dsl.IntegrationFlow logTheCreationOfNodesOfTypeContent()
      • logTheDeletionOfFolders

        @Bean
        public org.springframework.integration.dsl.IntegrationFlow logTheDeletionOfFolders()
      • logTheCreationOfHTMLContent

        @Bean
        public org.springframework.integration.dsl.IntegrationFlow logTheCreationOfHTMLContent()
      • logTheUpdateOfContent

        @Bean
        public org.springframework.integration.dsl.IntegrationFlow logTheUpdateOfContent()
      • logTheModificationOfTitle

        @Bean
        public org.springframework.integration.dsl.IntegrationFlow logTheModificationOfTitle()
      • logTheMovementOfANode

        @Bean
        public org.springframework.integration.dsl.IntegrationFlow logTheMovementOfANode()