Java org.springframework.integration.store MessageGroupStore fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.store MessageGroupStore fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.store MessageGroupStore.

The text is from its open source code.

Implementation

org.springframework.integration.store.MessageGroupStore has the following implementations.
Click this link to see all its implementation.

Method

MessageGroupgetMessageGroup(Object groupId)
Return all Messages currently in the MessageStore that were stored using #addMessageToGroup(Object,Message) with this group id.
voidregisterMessageGroupExpiryCallback(MessageGroupCallback callback)
Register a callback for when a message group is expired through #expireMessageGroups(long) .
voidremoveMessageGroup(Object groupId)
Remove the message group with this id.