Interface StorageRestServiceProvider

All Known Implementing Classes:
StorageRestServiceProviderSparkJava
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface StorageRestServiceProvider
  • Method Details

    • provideService

      StorageRestService provideService​(StorageRestAdapter adapter)
      Return a StorageRestService instance initialized with the provided StorageRestAdapter. This method is required for the RestServiceResolver.
      Parameters:
      adapter -
      Returns:
      StorageRestService instance