org.mule.cache.keygenerator
Class MD5KeyGenerator
java.lang.Object
org.mule.cache.keygenerator.MD5KeyGenerator
- All Implemented Interfaces:
- KeyGenerator
public class MD5KeyGenerator
- extends Object
- implements KeyGenerator
Implements KeyGenerator
applying an MD5 digest to the event's
message payload.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected Log logger
MD5KeyGenerator
public MD5KeyGenerator()
generateKey
public Serializable generateKey(MuleEvent event)
throws NotSerializableException
- Description copied from interface:
KeyGenerator
- Generates a key for an event.
The generation algorithm should return the same key value for all the
events that are considered equals.
- Specified by:
generateKey
in interface KeyGenerator
- Parameters:
event
- the event to generate the key for
- Returns:
- the generated key
- Throws:
NotSerializableException
- if the generated key is not Serializable
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.