public class SHA256MuleEventKeyGenerator extends Object implements MuleEventKeyGenerator, org.mule.runtime.core.api.context.MuleContextAware
MuleEventKeyGenerator applying SHA-256 digest to the event's message payload.| Constructor and Description |
|---|
SHA256MuleEventKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateKey(org.mule.runtime.core.api.event.CoreEvent event)
Generates a key for an event.
|
void |
setMuleContext(org.mule.runtime.core.api.MuleContext context) |
public String generateKey(org.mule.runtime.core.api.event.CoreEvent event)
MuleEventKeyGeneratorgenerateKey in interface MuleEventKeyGeneratorevent - the event to generate the key forpublic void setMuleContext(org.mule.runtime.core.api.MuleContext context)
setMuleContext in interface org.mule.runtime.core.api.context.MuleContextAwareCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.