Class ClientServerInterfaceServerConfiguration


  • @Configuration
    @Profile("server")
    @Import(ClientServerInterfaceCommonConfiguration.class)
    public class ClientServerInterfaceServerConfiguration
    extends java.lang.Object
    Spring bean configuration for the standalone profile. This class only contains elements that cannot be mixed in with the general configuration and differentiated through a profile annotation.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 02, 2014
    • Field Detail

      • serverThreadPool

        @Autowired
        @Qualifier("serverThreadPool")
        private java.util.concurrent.Executor serverThreadPool
    • Constructor Detail

      • ClientServerInterfaceServerConfiguration

        public ClientServerInterfaceServerConfiguration()
    • Method Detail

      • timerEventBus

        @Bean
        public com.google.common.eventbus.AsyncEventBus timerEventBus()