Interface Startable

All Known Implementing Classes:
PostProcessorRegistry

@Incubating public interface Startable
A contract that defines that the service wishes to be started during service start-up phase.
Author:
Chris Cranford
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Request the service to start.
  • Method Details

    • start

      void start()
      Request the service to start.