Class ShutdownHandler


  • @Service
    public class ShutdownHandler
    extends java.lang.Object
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 08, 2014
    • Field Detail

      • clientServerEventBus

        @Autowired
        @Qualifier("serverClientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientServerEventBus
      • context

        @Autowired
        private org.springframework.context.ApplicationContext context
    • Constructor Detail

      • ShutdownHandler

        public ShutdownHandler()
    • Method Detail

      • initializeEventBus

        @PostConstruct
        private void initializeEventBus()
      • unregister

        @PreDestroy
        private void unregister()