org.atmosphere.samples.pubsub.config
Class ComponentConfiguration
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentConfiguration
public ComponentConfiguration()
broadcasterFactory
@Bean
public org.atmosphere.cpr.BroadcasterFactory broadcasterFactory()
objectMapper
@Bean
public org.codehaus.jackson.map.ObjectMapper objectMapper()
Copyright © 2014. All Rights Reserved.