Package com.attivio.client
Interface AbstractReceiverClient.ClientMessageSender
-
- Enclosing class:
- AbstractReceiverClient
public static interface AbstractReceiverClient.ClientMessageSender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispatch(PlatformMessage msg, java.lang.String uri)
java.util.concurrent.atomic.AtomicInteger
getCounter(java.util.UUID clientId, WorkflowQueue wfq)
void
prepareMessageWorkflows(WorkflowQueue clientWorkflow, PlatformMessage msg)
PlatformMessage
send(PlatformMessage msg, java.lang.String uri, boolean allowNullResponse)
-
-
-
Method Detail
-
getCounter
java.util.concurrent.atomic.AtomicInteger getCounter(java.util.UUID clientId, WorkflowQueue wfq)
-
prepareMessageWorkflows
void prepareMessageWorkflows(WorkflowQueue clientWorkflow, PlatformMessage msg)
-
send
PlatformMessage send(PlatformMessage msg, java.lang.String uri, boolean allowNullResponse) throws AttivioException
- Throws:
AttivioException
-
dispatch
void dispatch(PlatformMessage msg, java.lang.String uri) throws AttivioException
- Throws:
AttivioException
-
-