Skip navigation links
B C D E G H L P Q S T 

B

builder() - Static method in class com.github.mlk.queue.Queuify
 

C

canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.SerializationDecoder
 
canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.SerializationEncoder
 
canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.StringDecoder
 
canHandle(Class<?>) - Method in class com.github.mlk.queue.codex.StringEncoder
 
canHandle(Class<?>) - Method in interface com.github.mlk.queue.Decoder
Can this decoder handle the given class.
canHandle(Class<?>) - Method in interface com.github.mlk.queue.Encoder
Can this encoder handle the given class.
close() - Method in interface com.github.mlk.queue.implementation.ServerImplementation
Closes the connection to the server.
close() - Method in class com.github.mlk.queue.Server
Closes the connection to this server.
CodexException - Exception in com.github.mlk.queue
Something has gone horribly wrong when attempting to encode or decode a value.
CodexException(String, Exception, Object) - Constructor for exception com.github.mlk.queue.CodexException
 
com.github.mlk.queue - package com.github.mlk.queue
 
com.github.mlk.queue.codex - package com.github.mlk.queue.codex
 
com.github.mlk.queue.implementation - package com.github.mlk.queue.implementation
This package is only for people creating add-ons for miniature-queue.

D

decode(byte[], Type) - Method in class com.github.mlk.queue.codex.SerializationDecoder
 
decode(byte[], Type) - Method in class com.github.mlk.queue.codex.StringDecoder
 
decode(byte[], Type) - Method in interface com.github.mlk.queue.Decoder
Decodes an byte array.
Decoder - Interface in com.github.mlk.queue
Decodes a byte array into the Type given.
decoder(Decoder) - Method in class com.github.mlk.queue.Queuify.Builder
 

E

encode(Object) - Method in class com.github.mlk.queue.codex.SerializationEncoder
 
encode(Object) - Method in class com.github.mlk.queue.codex.StringEncoder
 
encode(Object) - Method in interface com.github.mlk.queue.Encoder
Decodes an byte array.
Encoder - Interface in com.github.mlk.queue
Encodes the given object into a byte array
encoder(Encoder) - Method in class com.github.mlk.queue.Queuify.Builder
 

G

getActual() - Method in exception com.github.mlk.queue.CodexException
 
getImplementation() - Method in class com.github.mlk.queue.Server
MQ APIs should implement this method.

H

Handle - Annotation Type in com.github.mlk.queue
This annotation is applied to methods that will register a listener to a queue.

L

listen(String, Function<byte[], Boolean>) - Method in interface com.github.mlk.queue.implementation.ServerImplementation
Starts listening to the given queue.

P

publish(String, byte[]) - Method in interface com.github.mlk.queue.implementation.ServerImplementation
Publishes a message to the given queue.
Publish - Annotation Type in com.github.mlk.queue
This annotation is applied to methods that will send a message to the queue.

Q

Queue - Annotation Type in com.github.mlk.queue
Applied to an interface to specify that said interface is the given MQ queue.
QueueException - Exception in com.github.mlk.queue
Something has gone horribly wrong when either putting something on a queue, to registering a listener.
QueueException(String, Exception) - Constructor for exception com.github.mlk.queue.QueueException
 
Queuify - Class in com.github.mlk.queue
The entry point to miniature-queue.
Queuify() - Constructor for class com.github.mlk.queue.Queuify
 
Queuify.Builder - Class in com.github.mlk.queue
 

S

SerializationDecoder - Class in com.github.mlk.queue.codex
Utilizes Java Serialization.
SerializationDecoder() - Constructor for class com.github.mlk.queue.codex.SerializationDecoder
 
SerializationEncoder - Class in com.github.mlk.queue.codex
Utilizes Java Serialization.
SerializationEncoder() - Constructor for class com.github.mlk.queue.codex.SerializationEncoder
 
server(Server) - Method in class com.github.mlk.queue.Queuify.Builder
 
Server - Class in com.github.mlk.queue
This represents an MQ server.
Server() - Constructor for class com.github.mlk.queue.Server
 
ServerImplementation - Interface in com.github.mlk.queue.implementation
This should be implemented by MQ Clients.
StringDecoder - Class in com.github.mlk.queue.codex
Can only handle strings in UTF-8.
StringDecoder() - Constructor for class com.github.mlk.queue.codex.StringDecoder
 
StringEncoder - Class in com.github.mlk.queue.codex
Can only handle strings in UTF-8.
StringEncoder() - Constructor for class com.github.mlk.queue.codex.StringEncoder
 

T

target(Class<T>) - Method in class com.github.mlk.queue.Queuify.Builder
Creates a queue based on the current configuration of the builder.
B C D E G H L P Q S T 
Skip navigation links

Copyright © 2016. All rights reserved.