Class ComponentConfiguration

java.lang.Object
com.ikasan.sample.spring.boot.builderpattern.ComponentConfiguration

@Configuration public class ComponentConfiguration extends Object
  • Constructor Details

    • ComponentConfiguration

      public ComponentConfiguration()
  • Method Details

    • outboundQueue

      @Bean public org.ikasan.bigqueue.IBigQueue outboundQueue() throws IOException
      Throws:
      IOException
    • inboundQueue

      @Bean public org.ikasan.bigqueue.IBigQueue inboundQueue() throws IOException
      Throws:
      IOException