| Package | Description |
|---|---|
| com.github.mlk.queue.implementation |
This package is only for people creating add-ons for miniature-queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerImplementation.listen(String queue,
com.google.common.base.Function<byte[],Boolean> action)
Starts listening to the given queue.
|
void |
ServerImplementation.publish(String queueName,
byte[] message)
Publishes a message to the given queue.
|
Copyright © 2016. All rights reserved.