Uses of Class
cc.carm.plugin.mineredis.api.channel.RedisChannel
-
Packages that use RedisChannel Package Description cc.carm.plugin.mineredis cc.carm.plugin.mineredis.api cc.carm.plugin.mineredis.api.channel -
-
Uses of RedisChannel in cc.carm.plugin.mineredis
Methods in cc.carm.plugin.mineredis with parameters of type RedisChannel Modifier and Type Method Description static void
MineRedis. registerChannel(@NotNull RedisChannel channel)
-
Uses of RedisChannel in cc.carm.plugin.mineredis.api
Methods in cc.carm.plugin.mineredis.api with parameters of type RedisChannel Modifier and Type Method Description default void
RedisMessageManager. registerChannel(@NotNull RedisChannel channel)
-
Uses of RedisChannel in cc.carm.plugin.mineredis.api.channel
Methods in cc.carm.plugin.mineredis.api.channel that return RedisChannel Modifier and Type Method Description RedisChannel
RedisChannelBuilder. handle(java.util.function.Consumer<RedisMessage> handler)
RedisChannel
RedisChannelBuilder. handle(java.util.function.Function<RedisMessage,PreparedRedisMessage> handler)
static RedisChannel
RedisChannel. of(@NotNull java.lang.String channel)
static RedisChannel
RedisChannel. of(@NotNull java.lang.String... channelPart)
static RedisChannel
RedisChannel. of(@NotNull java.lang.String channel, @NotNull java.util.function.Consumer<RedisMessage> handler)
static RedisChannel
RedisChannel. of(@NotNull java.lang.String channel, @NotNull java.util.function.Function<RedisMessage,PreparedRedisMessage> handler)
static RedisChannel
RedisChannel. of(@NotNull java.lang.String channel, @NotNull java.util.function.Predicate<RedisMessage> predicate, @NotNull java.util.function.Function<RedisMessage,PreparedRedisMessage> handler)
-