Package org.redisson.api.fanout
Class FanoutPublishParams<V>
java.lang.Object
org.redisson.api.BaseSyncParams<FanoutPublishArgs<V>>
org.redisson.api.fanout.FanoutPublishParams<V>
- All Implemented Interfaces:
FanoutPublishArgs<V>,SyncArgs<FanoutPublishArgs<V>>
public final class FanoutPublishParams<V>
extends BaseSyncParams<FanoutPublishArgs<V>>
implements FanoutPublishArgs<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMessageArgs<V>[]getMsgs()headersCodec(Codec codec) Sets the codec to be used for encoding and decoding message headers.Methods inherited from class org.redisson.api.BaseSyncParams
getSyncFailureMode, getSyncMode, getSyncTimeout, syncFailureMode, syncMode, syncTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.api.SyncArgs
syncFailureMode, syncMode, syncTimeout
-
Constructor Details
-
FanoutPublishParams
-
-
Method Details
-
headersCodec
Description copied from interface:FanoutPublishArgsSets the codec to be used for encoding and decoding message headers.- Specified by:
headersCodecin interfaceFanoutPublishArgs<V>- Parameters:
codec- the codec- Returns:
- arguments object
-
getMsgs
-
getHeadersCodec
-