Interface SinkProviderContext


public interface SinkProviderContext
A context for SinkProviders supplied at creation time.
  • Method Details

    • serverResponse

      ServerResponse serverResponse()
      Obtains the server response associated with this context.
      Returns:
      the server response
    • connectionContext

      ConnectionContext connectionContext()
      Obtains access to the connection context.
      Returns:
      the connection context
    • closeRunnable

      Runnable closeRunnable()
      Runnable to execute to close the response.
      Returns:
      the close runnable