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 deliveryCommunicationException
void sendAsync(CommunicationUnit communicationUnit) throws CommunicationException
communicationUnit
- the communication unitCommunicationException
ExecutionTrace sendSync(CommunicationUnit communicationUnit) throws ModelInstanceNotFoundException, InvalidModelInstanceStateException, ErrorException
communicationUnit
- ModelInstanceNotFoundException
InvalidModelInstanceStateException
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.