Interface Event
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Command
- All Known Implementing Classes:
AbstractCommand,AbstractEvent,AppendCommand,AuxField,BatchedKeyStringValueHash,BatchedKeyStringValueList,BatchedKeyStringValueModule,BatchedKeyStringValueSet,BatchedKeyStringValueStream,BatchedKeyStringValueString,BatchedKeyStringValueZSet,BatchedKeyValuePair,BitFieldCommand,BitOpCommand,BLMoveCommand,BRPopLPushCommand,ContextKeyValuePair,CopyCommand,DecrByCommand,DecrCommand,DefaultCommand,DelCommand,DumpFunction,DumpKeyValuePair,EvalCommand,EvalShaCommand,ExecCommand,ExpireAtCommand,ExpireCommand,FlushAllCommand,FlushDBCommand,Function,FunctionCommand,FunctionDeleteCommand,FunctionFlushCommand,FunctionLoadCommand,FunctionRestoreCommand,GenericKeyCommand,GenericKeyValueCommand,GeoAddCommand,GeoSearchStoreCommand,GetSetCommand,HDelCommand,HIncrByCommand,HMSetCommand,HSetCommand,HSetNxCommand,IncrByCommand,IncrCommand,KeyStringValueByteArrayIterator,KeyStringValueHash,KeyStringValueList,KeyStringValueMapEntryIterator,KeyStringValueModule,KeyStringValueSet,KeyStringValueStream,KeyStringValueString,KeyStringValueZSet,KeyStringValueZSetEntryIterator,KeyValuePair,LInsertCommand,LMoveCommand,LPopCommand,LPushCommand,LPushXCommand,LRemCommand,LSetCommand,LTrimCommand,MoveCommand,MSetCommand,MSetNxCommand,MultiCommand,PersistCommand,PExpireAtCommand,PExpireCommand,PFAddCommand,PFCountCommand,PFMergeCommand,PingCommand,PostCommandSyncEvent,PostRdbSyncEvent,PreCommandSyncEvent,PreRdbSyncEvent,PSetExCommand,PublishCommand,RenameCommand,RenameNxCommand,ReplConfCommand,ReplConfGetAckCommand,RestoreCommand,RPopCommand,RPopLPushCommand,RPushCommand,RPushXCommand,SAddCommand,ScriptCommand,ScriptFlushCommand,ScriptLoadCommand,SDiffStoreCommand,SelectCommand,SetBitCommand,SetCommand,SetExCommand,SetNxCommand,SetRangeCommand,SInterStoreCommand,SMoveCommand,SortCommand,SPublishCommand,SRemCommand,SUnionStoreCommand,SwapDBCommand,TimestampEvent,UnLinkCommand,XAckCommand,XAddCommand,XClaimCommand,XDelCommand,XGroupCommand,XGroupCreateCommand,XGroupCreateConsumerCommand,XGroupDelConsumerCommand,XGroupDestroyCommand,XGroupSetIdCommand,XSetIdCommand,XTrimCommand,ZAddCommand,ZDiffStoreCommand,ZIncrByCommand,ZInterStoreCommand,ZPopMaxCommand,ZPopMinCommand,ZRemCommand,ZRemRangeByLexCommand,ZRemRangeByRankCommand,ZRemRangeByScoreCommand,ZUnionStoreCommand
public interface Event extends Serializable
- Since:
- 2.1.0
- Author:
- Leon Chen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEvent.Context
-