All Downloads are FREE. Search and download functionalities are using the official Maven repository.

images.msg.processor.svg Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version




  
    
  
  
    
    
      
    
    
      
      
    
    
      
    
    
      
    
    
      
    
    
      
    
    
      
    
    
      
    
    
    
      
    
    
      
    
    
      
    
  
  
    
      
        
          
          
        
        
        
        
      
      @Channel("my-channel")
    
    
    
      
      1
    
    
      
      3
    
    
      
      2
    
    
      
        
          
          
        
        
        
        
      
      @Channel("other-channel")
    
    
        @Incoming("my-channel")    @Outgoing("other-channel")    String mapToUpperCase(String payload) {        return payload.toUpperCase();    }
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy