Interface Disposable

All Known Subinterfaces:
LettuceRedisClient
All Known Implementing Classes:
AbstractLettuceRedisClient, DefaultMeterBinderListProvider, DisposableAdaptor, LettuceClusterRedisClient, LettuceMasterReplicaRedisClient, LettuceSimpleRedisClient

@Published(tag="architect") public interface Disposable
廃棄処理を行うインタフェース。
廃棄処理を必要とするクラスは本インタフェースを実装すること。
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    廃棄処理を行う。
  • Method Details

    • dispose

      void dispose() throws Exception
      廃棄処理を行う。
      Throws:
      Exception - 廃棄処理中に例外が発生した場合