Package org.springframework.integration.endpoint

Examples of org.springframework.integration.endpoint.PollingConsumer


  @Test
  public void should_create_jgroups_outbound_channel_adapter() throws Exception {
    FileSystemXmlApplicationContext context = new FileSystemXmlApplicationContext("src/test/resources/outbound-channel-adapter.xml");

    PollingConsumer clusterAdapter = context.getBean("cluster-adapter", PollingConsumer.class);

    assertThat(clusterAdapter).isNotNull();

  }
View Full Code Here

TOP

Related Classes of org.springframework.integration.endpoint.PollingConsumer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.