Spring Integration

org.springframework.integration.store
Interface MessageGroupCallback


public interface MessageGroupCallback

Invoked when a MessageGroupStore expires a group.

Note: This interface will become an inner interface of MessageGroupStore in release 3.0.

Since:
2.0
Author:
Dave Syer

Method Summary
 void execute(MessageGroupStore messageGroupStore, MessageGroup group)
           
 

Method Detail

execute

void execute(MessageGroupStore messageGroupStore,
             MessageGroup group)

Spring Integration