Interface StorageRestService

All Known Implementing Classes:
StorageRestServiceSparkJava

public interface StorageRestService
Service Provider Interface for server implementations using the api provided by StorageRestAdapter interface. Usage: 1. create an own implementation of this interface 2. load it by using the methods the the class RestServiceResolver
  • Method Summary

    Modifier and Type Method Description
    void start()
    Start the service
    void stop()
    stop the service
  • Method Details

    • start

      void start()
      Start the service
    • stop

      void stop()
      stop the service