Class Index

A C D E G H I M N O P R S U

A

AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  
AddToSetDefinitionParser  
AddToSetMessageProcessor AddToSetMessageProcessor invokes the addToSet(java.lang.String, boolean, java.lang.String, org.mule.api.MuleEvent) method in RedisModule
AddToSortedSetDefinitionParser  
AddToSortedSetMessageProcessor AddToSortedSetMessageProcessor invokes the addToSortedSet(java.lang.String, double, boolean, java.lang.String, org.mule.api.MuleEvent) method in RedisModule

C

Capabilities This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. 
Capability Enumeration of possible capabilities of Mule modules. 
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 

D

DecrementDefinitionParser  
DecrementMessageProcessor DecrementMessageProcessor invokes the decrement(java.lang.String, long) method in RedisModule
DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  

E

ExistsDefinitionParser  
ExistsMessageProcessor ExistsMessageProcessor invokes the exists(java.lang.String) method in RedisModule
ExpireAtDefinitionParser  
ExpireAtMessageProcessor ExpireAtMessageProcessor invokes the expireAt(java.lang.String, long) method in RedisModule
ExpireDefinitionParser  
ExpireMessageProcessor ExpireMessageProcessor invokes the expire(java.lang.String, int) method in RedisModule

G

GetDefinitionParser  
GetFromHashDefinitionParser  
GetFromHashMessageProcessor GetFromHashMessageProcessor invokes the getFromHash(java.lang.String, java.lang.String) method in RedisModule
GetMessageProcessor GetMessageProcessor invokes the get(java.lang.String) method in RedisModule
GetRangeByIndexDefinitionParser  
GetRangeByIndexMessageProcessor GetRangeByIndexMessageProcessor invokes the getRangeByIndex(java.lang.String, int, int, org.mule.module.redis.RedisModule.SortedSetOrder) method in RedisModule
GetRangeByScoreDefinitionParser  
GetRangeByScoreMessageProcessor GetRangeByScoreMessageProcessor invokes the getRangeByScore(java.lang.String, double, double, org.mule.module.redis.RedisModule.SortedSetOrder) method in RedisModule
GetTtlDefinitionParser  
GetTtlMessageProcessor GetTtlMessageProcessor invokes the getTtl(java.lang.String) method in RedisModule

H

HttpCallback  
HttpCallbackAdapter  

I

IncrementDefinitionParser  
IncrementHashDefinitionParser  
IncrementHashMessageProcessor IncrementHashMessageProcessor invokes the incrementHash(java.lang.String, java.lang.String, long) method in RedisModule
IncrementMessageProcessor IncrementMessageProcessor invokes the increment(java.lang.String, long) method in RedisModule
IncrementSortedSetDefinitionParser  
IncrementSortedSetMessageProcessor IncrementSortedSetMessageProcessor invokes the incrementSortedSet(java.lang.String, double, java.lang.String, org.mule.api.MuleEvent) method in RedisModule

M

MetadataAware This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata. 

N

NestedProcessorChain  
NotAuthorizedException  

O

OAuth1Adapter  
OAuth2Adapter  
OAuthAdapter  
OAuthManager<C extends OAuthAdapter> Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. 

P

PersistDefinitionParser  
PersistMessageProcessor PersistMessageProcessor invokes the persist(java.lang.String) method in RedisModule
PoolManager  
PopFromListDefinitionParser  
PopFromListMessageProcessor PopFromListMessageProcessor invokes the popFromList(java.lang.String, org.mule.module.redis.RedisModule.ListPushSide) method in RedisModule
PopFromSetDefinitionParser  
PopFromSetMessageProcessor PopFromSetMessageProcessor invokes the popFromSet(java.lang.String) method in RedisModule
ProcessAdapter<O>  
ProcessCallback<T, O> Callback with logic to execute within a controlled environment provided by ProcessTemplate 
ProcessCallbackProcessInterceptor<T, O>  
ProcessInterceptor<T, O>  
ProcessTemplate<T, O> ProcessTemplate provides a processing context for message processing. 
PublishDefinitionParser  
PublishMessageProcessor PublishMessageProcessor invokes the publish(java.lang.String, boolean, java.lang.String, org.mule.api.MuleEvent) method in RedisModule
PushToListDefinitionParser  
PushToListMessageProcessor PushToListMessageProcessor invokes the pushToList(java.lang.String, org.mule.module.redis.RedisModule.ListPushSide, boolean, java.lang.String, org.mule.api.MuleEvent) method in RedisModule

R

RandomMemberFromSetDefinitionParser  
RandomMemberFromSetMessageProcessor RandomMemberFromSetMessageProcessor invokes the randomMemberFromSet(java.lang.String) method in RedisModule
RedisConstants  
RedisModule Redis is an open-source, networked, in-memory, persistent, journaled, key-value data store. 
RedisModule.ListPushSide  
RedisModule.SortedSetOrder  
RedisModuleCapabilitiesAdapter A RedisModuleCapabilitiesAdapter is a wrapper around RedisModule that implements org.mule.api.Capabilities interface. 
RedisModuleConfigDefinitionParser  
RedisModuleLifecycleAdapter A RedisModuleLifecycleAdapter is a wrapper around RedisModule that adds lifecycle methods to the pojo. 
RedisModuleListPushSideEnumTransformer  
RedisModuleMetadataAdapater A RedisModuleMetadataAdapater is a wrapper around RedisModule that adds support for querying metadata about the extension. 
RedisModuleProcessAdapter A RedisModuleProcessAdapter is a wrapper around RedisModule that enables custom processing strategies. 
RedisModuleSortedSetOrderEnumTransformer  
RedisNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/redis
RedisPubSubListener  
RedisUtils  
RedisUtils.RedisAction<R>  
RestoreAccessTokenCallback  

S

SaveAccessTokenCallback  
SetDefinitionParser  
SetInHashDefinitionParser  
SetInHashMessageProcessor SetInHashMessageProcessor invokes the setInHash(java.lang.String, java.lang.String, boolean, java.lang.String, org.mule.api.MuleEvent) method in RedisModule
SetMessageProcessor SetMessageProcessor invokes the set(java.lang.String, java.lang.Integer, boolean, java.lang.String, org.mule.api.MuleEvent) method in RedisModule
SourceCallback Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. 
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 
StopSourceCallback Callback returned by methods that are annotated with @Source

It will be executed when the MessageSource is being stopped. 

SubscribeDefinitionParser  
SubscribeMessageSource SubscribeMessageSource wraps subscribe(java.util.List, org.mule.api.callback.SourceCallback) method in RedisModule as a message source capable of generating Mule events. 

U

UnableToAcquireAccessTokenException Exception thrown when the access token needed for accessing a protected resource cannot be acquired  
UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToAcquireRequestTokenException Exception thrown when the request token needed for building the authorization URL cannot be acquired  
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails.