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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

booleancanAdd(Message message)
Query if the message can be added.
ObjectgetGroupId()
longgetLastModified()
intgetLastReleasedMessageSequenceNumber()
Collection>getMessages()
Returns all available Messages from the group at the time of invocation
MessagegetOne()
intgetSequenceSize()
longgetTimestamp()
booleanisComplete()
voidsetLastModified(long lastModified)
voidsetLastReleasedMessageSequenceNumber(int sequenceNumber)
intsize()