Interface ExternalReferencedHolder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      This will be called only once and this can be used to acquire required resources for the processing element.
      void stop()
      This will be called only once and this can be used to release the acquired resources for processing.
    • Method Detail

      • start

        void start()
        This will be called only once and this can be used to acquire required resources for the processing element. This will be called after initializing the system and before starting to process the events.
      • stop

        void stop()
        This will be called only once and this can be used to release the acquired resources for processing. This will be called before shutting down the system.