Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
HTTPEventFactory.createAcknowledgement(EventDatagram event)
Executes the method
HTTPEventFactory.createAcknowledgement(EventDatagram, boolean) with false second parameter. |
AcknowledgementEvent |
HTTPEventFactory.createAcknowledgement(EventDatagram event,
boolean withSourceData)
Creates and returns an instance of an acknowledgement event datagram based on the
supplied Source Event Datagram.
|
AcknowledgementEvent |
HTTPFabricConnection.raiseRequest(EventDatagram request,
EventScope eventScope,
RequestDistributionStrategy distributionStrategy,
ReplyMatchStrategy matchStrategy,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPFabricConnection.raiseAcknowledgement(AcknowledgementEvent event,
EventScope eventScope,
long timeToLive) |
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 |
---|---|
void |
FabricConnection.raiseAcknowledgement(AcknowledgementEvent event,
EventScope eventScope,
long timeToLive)
Raises the specified acknowledgment event.
|
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(EventDatagram event)
Executes the method
EventDatagramFactory.createAcknowledgement(EventDatagram, boolean) with false second parameter. |
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(EventDatagram event,
boolean withSourceData)
Creates and returns an instance of an acknowledgement event datagram based on the
supplied Source Event Datagram.
|
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(ExceptionEventDatagram event)
Creates and returns an instance of an acknowledgment event datagram based on the
supplied Exception Event Datagram.
|
AcknowledgementEvent |
EventDatagramFactory.createAcknowledgement(java.lang.String eventId)
Creates and returns an instance of an acknowledgement event datagram using the specified Event Id.
|
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
TriggerFunctionContextImpl.createAcknowledgement(ImmutableEventDatagram event,
boolean withSourceData) |
AcknowledgementEvent |
TriggerFunctionContextImpl.createAcknowledgement(java.lang.String eventId) |
Modifier and Type | Method and Description |
---|---|
AcknowledgementEvent |
TriggerFunctionContext.createAcknowledgement(ImmutableEventDatagram event,
boolean withSourceData) |
AcknowledgementEvent |
TriggerFunctionContext.createAcknowledgement(java.lang.String eventId) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.raiseAcknowledgement(AcknowledgementEvent event,
long timeToLive)
Raises the specified acknowledgement event.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.