public class GroupCorrelation extends Object implements Serializable
Message.| Modifier and Type | Field and Description |
|---|---|
static GroupCorrelation |
NO_CORRELATION |
static String |
NOT_SET |
| Constructor and Description |
|---|
GroupCorrelation(Integer groupSize,
Integer sequence)
Builds a new
GroupCorrelation with the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
getGroupSize()
Determines how many messages are in the correlation group
|
Optional<Integer> |
getSequence()
Gets the sequence or ordering number for this message in the the correlation group.
|
String |
toString() |
public static final String NOT_SET
public static final GroupCorrelation NO_CORRELATION
public GroupCorrelation(Integer groupSize, Integer sequence)
GroupCorrelation with the given parameters.groupSize - see getGroupSize().sequence - see getSequence().public Optional<Integer> getSequence()
public Optional<Integer> getGroupSize()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.