public interface OperationImplementation
Operation| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
MessageInstance |
sendFor(MessageInstance message,
Operation operation,
ConcurrentMap<QName,URL> overriddenEndpointAddresses)
Sends the message on behalf of operation
|
String getId()
String getName()
MessageInstance sendFor(MessageInstance message, Operation operation, ConcurrentMap<QName,URL> overriddenEndpointAddresses) throws Exception
message - the message to be sentoperation - the operation that is interested on sending the messageoverriddenEndpointAddresses - a not null map of overridden endpoint addresses. The key is the endpoint qualified name.ExceptionCopyright © 2018 Flowable. All rights reserved.