| Interface | Description |
|---|---|
| Decoder |
Decodes a byte array into the Type given.
|
| Encoder |
Encodes the given object into a byte array
|
| Class | Description |
|---|---|
| Queuify |
The entry point to miniature-queue.
|
| Queuify.Builder | |
| Server |
This represents an MQ server.
|
| Exception | Description |
|---|---|
| CodexException |
Something has gone horribly wrong when attempting to encode or decode a value.
|
| QueueException |
Something has gone horribly wrong when either putting something on a queue, to registering a listener.
|
| Annotation Type | Description |
|---|---|
| Handle |
This annotation is applied to methods that will register a listener to a queue.
|
| Publish |
This annotation is applied to methods that will send a message to the queue.
|
| Queue |
Applied to an interface to specify that said interface is the given MQ queue.
|
Copyright © 2016. All rights reserved.