Class ClientServerInterfaceCommonConfiguration


  • @Configuration
    @Import(ModelConfiguration.class)
    @ComponentScan
    public class ClientServerInterfaceCommonConfiguration
    extends java.lang.Object
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 02, 2014
    • Field Detail

      • CLOCK_TICK_INTERVALL_MS

        public static final int CLOCK_TICK_INTERVALL_MS
        Interval for the clock tick timer
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientServerInterfaceCommonConfiguration

        public ClientServerInterfaceCommonConfiguration()
    • Method Detail

      • serverThreadPool

        @Bean
        public java.util.concurrent.ExecutorService serverThreadPool()