Package 

Interface RedisHeimdallSubscription

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public interface RedisHeimdallSubscription
     implements AutoCloseable
                        

    Specialized variant of a Redis client only for subscription purposes. It implements the Vert.x Redis usage according to https://vertx.io/docs/vertx-redis-client/java/#_pub_sub_mode.

    Additionally, reconnection is handled automatically, inclusive re-register of all known channels.

    Please visit README for more detailed information.