public final class ReplyMatchStrategy
extends java.lang.Enum
Title: Structured Data Objects
Description: Defines the reply matching strategy used during the raising of a non-direct request.
AcknowledgementEvent
so that it may be matched to the initiating request
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ReplyMatchStrategy |
REPLY_TO
Event property
replyTo is used as event id for acknowledgment (see EventDatagram.getReplyTo() ). |
static ReplyMatchStrategy |
REPLY_WITH_CORRELATION_ID
In addition to matching on event property
replyTo , the correlationId property is used for
a matching an AcknowledgementEvent . |
Modifier and Type | Method and Description |
---|---|
static ReplyMatchStrategy |
valueOf(java.lang.String name) |
static ReplyMatchStrategy[] |
values() |
public static final ReplyMatchStrategy REPLY_TO
replyTo
is used as event id for acknowledgment (see EventDatagram.getReplyTo()
).
If this field is NULL
it will be auto-generated by the producer during the coalesce
operation.
This is done transparently by the system, however the producer does not know what the auto-generated value is.public static final ReplyMatchStrategy REPLY_WITH_CORRELATION_ID
replyTo
, the correlationId
property is used for
a matching an AcknowledgementEvent
. (see EventDatagram.getCorrelationId()
).
This field may not be NULL
or an exception is thrown.public static ReplyMatchStrategy[] values()
public static ReplyMatchStrategy valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.