Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.cli.tlp | |
com.streamscape.lib.dispatcher | |
com.streamscape.sdo.enums | |
com.streamscape.sef.service |
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
HTTPFabricConnection.raiseRequest(EventDatagram request,
EventScope eventScope,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout) |
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
FabricConnection.raiseRequest(EventDatagram request,
EventScope eventScope,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout)
Raises the specified request and waits until a reply will be received or timeout period will expire.
|
Modifier and Type | Method and Description |
---|---|
ImmutableEventDatagram |
EventDispatcher.raiseRequest(EventDatagram request,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout)
Raises the specified request and waits until a reply will be received or waiting period will expire.
|
Modifier and Type | Field and Description |
---|---|
static ReplyMatchStrategy |
ReplyMatchStrategy.REPLY_TO
Event property
replyTo is used as event id for acknowledgment (see EventDatagram.getReplyTo() ). |
static ReplyMatchStrategy |
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 |
ReplyMatchStrategy.valueOf(java.lang.String name) |
static ReplyMatchStrategy[] |
ReplyMatchStrategy.values() |
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
ServiceContext.raiseRequest(EventDatagram request,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout)
Raises a service-specific request and blocks waiting for a reply.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.