Interface RuntimeRepositoryContextType
-
- All Known Implementing Classes:
CoffeePickRuntimeRepositoryContext
@ConsumerType public interface RuntimeRepositoryContextTypeA context interface passed to repositories. This is used to provide configuration and other information to repositories at runtime, and is typically filled in by the client implementation. This interface essentially serves as a means to avoid a circular dependency between the client API and repository SPI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.PathcacheDirectory()java.net.http.HttpClienthttpClient()
-