public interface CommunicationService
| Modifier and Type | Method and Description |
|---|---|
void |
sendAsync(CommunicationUnit communicationUnit)
Sends a communication unit asynchronously.
|
void |
sendAsync(CommunicationUnit communicationUnit,
Integer priority)
Sends a communication unit asynchronously with the given priority.
|
ExecutionTrace |
sendSync(CommunicationUnit communicationUnit)
Sends a communication unit synchronously.
|
void sendAsync(CommunicationUnit communicationUnit, Integer priority) throws CommunicationException
communicationUnit - the communication unitpriority - priority used for the deliveryCommunicationExceptionvoid sendAsync(CommunicationUnit communicationUnit) throws CommunicationException
communicationUnit - the communication unitCommunicationExceptionExecutionTrace sendSync(CommunicationUnit communicationUnit) throws ModelInstanceNotFoundException, InvalidModelInstanceStateException, ErrorException
communicationUnit - ModelInstanceNotFoundExceptionInvalidModelInstanceStateExceptionErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.