Interface JerseyClient.ShutdownHook

All Known Implementing Classes:
ClientRuntime
Enclosing class:
JerseyClient

static interface JerseyClient.ShutdownHook
Client instance shutdown hook.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the client instance is closed.
  • Method Details

    • onShutdown

      void onShutdown()
      Invoked when the client instance is closed.