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 | Collection of messages to be sent over the pipe. |