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

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

Introduction

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

The text is from its open source code.

Constructor

SimpleMessageStore()
Creates a SimpleMessageStore with unlimited capacity
SimpleMessageStore(int capacity)
Creates a SimpleMessageStore with the same capacity for individual and grouped messages.

Method

intexpireMessageGroups(long timeout)
voidsetCopyOnGet(boolean copyOnGet)
Set to false to disable copying the group in #getMessageGroup(Object) .
voidsetMessageGroupFactory(MessageGroupFactory messageGroupFactory)
Specify the MessageGroupFactory to create MessageGroup object where it is necessary.
voidsetTimeoutOnIdle(boolean timeoutOnIdle)
Allows you to override the rule for the timeout calculation.