void sendMessagesOverLocalNamedPipe(String pipeName, Object collection)
void sendMessagesOverLocalNamedPipe(String pipeName, Object collection)
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.Name | Type | Description |
---|---|---|
pipeName | String | Name of the pipe |
Type | Description |
---|---|
void |