RedisClientBundle | RedisClientBundle | |||
---|---|---|---|---|
Compiled from "RedisClientBundle.java" | Compiled from "RedisClientBundle.java" | |||
public abstract class io.dropwizard.redis.RedisClientBundle<K, V, T extends io.dropwizard.Configuration> implements io.dropwizard.ConfiguredBundle<T> { | public abstract class io.dropwizard.redis.RedisClientBundle<K, V, T extends io.dropwizard.core.Configuration> implements io.dropwizard.core.Configured Bundle<T> { | |||
public io.dropwizard.redis.RedisClientBundle(); | public io.dropwizard.redis.RedisClientBundle(); | |||
public void initialize(io.dropwizard.setup.Bootstrap<?>); | public void initialize(io.dropwizard.core.setup.Bootstrap<?>); | |||
public void run(T, io.dropwizard.setup.Environment) throws java.lang.Exce | public void run(T, io.dropwizard.core.setup.Environment) throws java.lang | |||
ption; | .Exception; | |||
public abstract io.dropwizard.redis.RedisClientFactory<K, V> getRedisClie ntFactory(T); | public abstract io.dropwizard.redis.RedisClientFactory<K, V> getRedisClie ntFactory(T); | |||
public io.lettuce.core.api.StatefulRedisConnection<K, V> getConnection(); | public io.lettuce.core.api.StatefulRedisConnection<K, V> getConnection(); | |||
public void run(java.lang.Object, io.dropwizard.setup.Environment) throws java.lang.Exception; | public void run(java.lang.Object, io.dropwizard.core.setup.Environment) t hrows java.lang.Exception; | |||
} | } | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |