Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive)
Raises an acknowledgement on the specified event.
|
void |
FabricConnection.acknowledgeException(ExceptionEventDatagram ex,
AcknowledgeAction action,
java.lang.String recipientId,
EventScope eventScope,
long timeToLive)
Raises an acknowledgement on the specified exception event.
|
void |
FabricConnection.raiseAcknowledgement(AcknowledgementEvent event,
EventScope eventScope,
long timeToLive)
Raises the specified acknowledgment event.
|
void |
FabricConnection.raiseAdvisory(AdvisoryEventDatagram event,
EventScope eventScope)
Raises the specified advisory event.
|
void |
FabricConnection.raiseEvent(ImmutableEventDatagram event,
EventScope eventScope,
long timeToLive)
Raises the specified event.
|
void |
FabricConnection.raiseException(ExceptionEventDatagram event,
EventScope eventScope)
Raises the specified exception event.
|
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.
|
ImmutableEventDatagram |
FabricConnection.raiseRequest(RequestConsumerReference consumer,
ImmutableEventDatagram request,
long timeout)
Raises the specified request and waits until a reply will be received or waiting period expires.
|
Modifier and Type | Method and Description |
---|---|
void |
FactoryConnectionComponent.raiseSystemAdvisory(AdvisoryEventDatagram event) |
Modifier and Type | Method and Description |
---|---|
void |
FabricGroupLink.raiseEvent(ImmutableEventDatagram event,
EventScope eventScope,
long timeToLive)
Raises the specified event.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricsFactory.raiseMetricAdvisory(java.lang.String metricName)
Raises an advisory that contains the most recent Metric value.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.acknowledgeEvent(EventDatagram event,
boolean withSourceData,
AcknowledgeAction action,
java.lang.String recipientId,
long timeToLive)
Acknowledges a service-specific event.
|
void |
ServiceContext.acknowledgeException(ExceptionEventDatagram event,
AcknowledgeAction action,
java.lang.String recipientId,
long timeToLive)
Acknowledges a service-specific exception event.
|
void |
ServiceContext.raiseAcknowledgement(AcknowledgementEvent event,
long timeToLive)
Raises the specified acknowledgement event.
|
void |
ServiceContext.raiseAdvisory(AdvisoryEventDatagram event)
Raises a service-specific advisory event.
|
void |
ServiceContext.raiseException(ExceptionEventDatagram event)
Raises the specified exception event.
|
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 |
ServiceMetricsFactory.raiseMetricAdvisory(java.lang.String metricName) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.