Interface Startable.UncheckedStartable

    • Method Detail

      • start

        void start()
        Starts the component. Same as Startable.start() without any checked exception being declared.
        Specified by:
        start in interface Startable