org.mule.config.annotations.routing
Annotation Type Idempotent


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Idempotent

IdempotentReceiver ensures that only unique messages are received by a component. There are different types of idempotency handlers:


Optional Element Summary
 String value
          The message id expression to index the received messages against
 

value

public abstract String value
The message id expression to index the received messages against

Returns:
The message id expression to index the received messages against
Default:
"#[mule:messageId]"


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.