Spring Integration

org.springframework.integration.store
Interface MessageGroupStore.MessageGroupCallback

Enclosing interface:
MessageGroupStore

public static interface MessageGroupStore.MessageGroupCallback

Invoked when a MessageGroupStore expires a group.


Method Summary
 void execute(MessageGroupStore messageGroupStore, MessageGroup group)
           
 

Method Detail

execute

void execute(MessageGroupStore messageGroupStore,
             MessageGroup group)

Spring Integration