Class HikariService

    • Constructor Detail

      • HikariService

        public HikariService​(com.zaxxer.hikari.HikariDataSource dataSource)
    • Method Detail

      • getDataSource

        public com.zaxxer.hikari.HikariDataSource getDataSource()
      • onStop

        public void onStop​(StopEvent event)
                    throws Exception
        Description copied from interface: Service
        Server stop event. Executed after the root handler stops accepting requests and before the server closes the channel and thread pool.
        Specified by:
        onStop in interface Service
        Parameters:
        event - meta information about the stop event
        Throws:
        Exception - any