org.atmosphere.samples.pubsub.config
Class ComponentConfiguration

java.lang.Object
  extended by org.atmosphere.samples.pubsub.config.ComponentConfiguration

@Configuration
@Import(value=WebAppConfiguration.class)
@ComponentScan(basePackages="org.atmosphere.samples.pubsub",
               excludeFilters=)
@EnableAspectJAutoProxy(proxyTargetClass=true)
public class ComponentConfiguration
extends Object


Constructor Summary
ComponentConfiguration()
           
 
Method Summary
 org.atmosphere.cpr.BroadcasterFactory broadcasterFactory()
           
 org.codehaus.jackson.map.ObjectMapper objectMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentConfiguration

public ComponentConfiguration()
Method Detail

broadcasterFactory

@Bean
public org.atmosphere.cpr.BroadcasterFactory broadcasterFactory()

objectMapper

@Bean
public org.codehaus.jackson.map.ObjectMapper objectMapper()


Copyright © 2014. All Rights Reserved.