Cluster.sendMessagesOverLocalNamedPipe()
Signature
void sendMessagesOverLocalNamedPipe(String pipeName, Object collection)
Domain
action, condition, query
Description
Send a java.util.Collection
full of messages over the pipe. Each
item in the collection is sent separately as a message. If the pipe is full, then this call
blocks until space is available to place this message in the queue.
Parameters
Name | Type | Description |
pipeName | String | Name of the pipe |
collection | Object | Has to be a {@link java.util.Collection collection} of objects. |