Interface ApiContext<A>

All Superinterfaces:
AutoCloseable, Closeable, Context, Location
All Known Implementing Classes:
ApiContextImpl

public interface ApiContext<A> extends Context
Represents an authenticated context to the cloud.

Note

Please issue Context.close() when you are finished with this context in order to release resources.
  • Method Details

    • getApi

      A getApi()
      low-level api to the cloud. Threadsafe implementations will return a singleton.
      Returns:
      a connection to the cloud where all methods block