Skip navigation links
Data In Motion Consulting GmbH
A B C D E F G H I M O P Q R S T V 

A

AMQPClient - Class in org.gecko.adapter.amqp.client
 
AMQPClient - Class in org.gecko.adapter.amqp.client
 
AMQPClient() - Constructor for class org.gecko.adapter.amqp.client.AMQPClient
Creates a new instance.
AMQPClient() - Constructor for class org.gecko.adapter.amqp.client.AMQPClient
Creates a new instance.
AMQPConsumer - Class in org.gecko.adapter.amqp.consumer
Consumer class
AMQPConsumer(Channel, <any>, String) - Constructor for class org.gecko.adapter.amqp.consumer.AMQPConsumer
Creates a new instance.
AMQPContext - Class in org.gecko.adapter.amqp.client
Implementation of the messaging context for the AMQP protocol
AMQPContext - Class in org.gecko.adapter.amqp.client
Implementation of the messaging context for the AMQP protocol
AMQPContext() - Constructor for class org.gecko.adapter.amqp.client.AMQPContext
 
AMQPContext() - Constructor for class org.gecko.adapter.amqp.client.AMQPContext
 
AMQPContext.RoutingType - Enum in org.gecko.adapter.amqp.client
 
AMQPContext.RoutingType - Enum in org.gecko.adapter.amqp.client
 
AMQPContextBuilder - Class in org.gecko.adapter.amqp.client
Builder for the AMQP MessageContext
AMQPContextBuilder - Class in org.gecko.adapter.amqp.client
Builder for the AMQP MessageContext
AMQPContextBuilder() - Constructor for class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
AMQPContextBuilder() - Constructor for class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
AMQPService - Class in org.gecko.adapter.amqp
Implementation of the messaging service for the AMQP protocol, using the RabbitMQ AMQP client
AMQPService() - Constructor for class org.gecko.adapter.amqp.AMQPService
 
autoAcknowledge() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
autoAcknowledge() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
autoDelete() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
autoDelete() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

B

build() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
build() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

C

close() - Method in class org.gecko.adapter.amqp.AMQPService
 

D

direct() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
direct() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
disconnect() - Method in class org.gecko.adapter.amqp.client.AMQPClient
Disconnects all channels
disconnect() - Method in class org.gecko.adapter.amqp.client.AMQPClient
Disconnects all channels
durable() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
durable() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

E

exchange(String, String) - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
exchange(String, String) - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
exclusive() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
exclusive() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

F

fanout() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
fanout() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

G

getEventSource() - Method in class org.gecko.adapter.amqp.consumer.AMQPConsumer
Returns the eventSource.
getExchangeName() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the exchangeName.
getExchangeName() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the exchangeName.
getQueueName() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the queueName.
getQueueName() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the queueName.
getRoutingKey() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the routingKey.
getRoutingKey() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the routingKey.
getRoutingType() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the routingType.
getRoutingType() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the routingType.

H

handleDelivery(String, Envelope, BasicProperties, byte[]) - Method in class org.gecko.adapter.amqp.consumer.AMQPConsumer
 
header() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
header() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

I

isAutoAcknowledge() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the autoAcknowledge.
isAutoAcknowledge() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the autoAcknowledge.
isAutoDelete() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the autoDelete.
isAutoDelete() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the autoDelete.
isDurable() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the durable.
isDurable() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the durable.
isExchangeMode() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the exchangeMode.
isExchangeMode() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the exchangeMode.
isExclusive() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the exclusive.
isExclusive() - Method in class org.gecko.adapter.amqp.client.AMQPContext
Returns the exclusive.

M

main(String[]) - Static method in class org.gecko.adapter.amqp.client.AMQPClient
 
main(String[]) - Static method in class org.gecko.adapter.amqp.client.AMQPClient
 

O

org.gecko.adapter.amqp.client - package org.gecko.adapter.amqp.client
 

P

publish(String, ByteBuffer) - Method in class org.gecko.adapter.amqp.AMQPService
 
publish(String, ByteBuffer, MessagingContext) - Method in class org.gecko.adapter.amqp.AMQPService
 

Q

queue(String) - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
queue(String) - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

R

registerConsumerQueue(String, boolean, String, Consumer<byte[]>) - Method in class org.gecko.adapter.amqp.AMQPService
 
registerConsumerQueue(String, boolean, String, Consumer<byte[]>) - Method in class org.gecko.adapter.amqp.client.AMQPClient
 
registerConsumerQueue(String, boolean, String, Consumer<byte[]>) - Method in class org.gecko.adapter.amqp.client.AMQPClient
 

S

sendSingleWithExchange(String, String, String) - Method in class org.gecko.adapter.amqp.client.AMQPClient
Sends a message for exchange and routing key
sendSingleWithExchange(String, String, String) - Method in class org.gecko.adapter.amqp.client.AMQPClient
Sends a message for exchange and routing key
sendSingleWithExchangeDirect(String, String, String) - Method in class org.gecko.adapter.amqp.client.AMQPClient
Sends a message for exchange and routing key
sendSingleWithExchangeDirect(String, String, String) - Method in class org.gecko.adapter.amqp.client.AMQPClient
Sends a message for exchange and routing key
sendSingleWithQueue(String, String) - Method in class org.gecko.adapter.amqp.client.AMQPClient
Sends a message for a queue
sendSingleWithQueue(String, String) - Method in class org.gecko.adapter.amqp.client.AMQPClient
Sends a message for a queue
setAutoAcknowledge(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the autoAcknowledge.
setAutoAcknowledge(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the autoAcknowledge.
setAutoDelete(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the autoDelete.
setAutoDelete(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the autoDelete.
setDurable(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the durable.
setDurable(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the durable.
setExchangeName(String) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the exchangeName.
setExchangeName(String) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the exchangeName.
setExclusive(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the exclusive.
setExclusive(boolean) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the exclusive.
setQueueName(String) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the queueName.
setQueueName(String) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the queueName.
setRoutingKey(String) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the routingKey.
setRoutingKey(String) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the routingKey.
setRoutingType(AMQPContext.RoutingType) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the routingType.
setRoutingType(AMQPContext.RoutingType) - Method in class org.gecko.adapter.amqp.client.AMQPContext
Sets the routingType.
subscribe(String) - Method in class org.gecko.adapter.amqp.AMQPService
 
subscribe(String, MessagingContext) - Method in class org.gecko.adapter.amqp.AMQPService
 

T

topic() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 
topic() - Method in class org.gecko.adapter.amqp.client.AMQPContextBuilder
 

V

valueOf(String) - Static method in enum org.gecko.adapter.amqp.client.AMQPContext.RoutingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gecko.adapter.amqp.client.AMQPContext.RoutingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gecko.adapter.amqp.client.AMQPContext.RoutingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gecko.adapter.amqp.client.AMQPContext.RoutingType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M O P Q R S T V 
Skip navigation links
Data In Motion Consulting GmbH

Data In Motion Consulting GmbH