Interface GorLogSubscription

All Superinterfaces:
java.lang.AutoCloseable
All Known Implementing Classes:
RedisLogSubscription

public interface GorLogSubscription
extends java.lang.AutoCloseable
  • Method Summary

    Modifier and Type Method Description
    void start()  

    Methods inherited from interface java.lang.AutoCloseable

    close
  • Method Details