Class SharedService<T>

    • Method Detail

      • getInstance

        public T getInstance()
        Get the shared instance to delegate calls to.
      • startService

        public jadex.commons.future.IFuture<java.lang.Void> startService()
        Description copied from class: BasicService
        Start the service.
        Specified by:
        startService in interface IInternalService
        Overrides:
        startService in class BasicService
        Returns:
        A future that is done when the service has completed starting.