Skip navigation links
B C D G I M P R S T 

B

Broker - Class in com.microsoft.azure.gateway.core
 
Broker() - Constructor for class com.microsoft.azure.gateway.core.Broker
 
Broker(long) - Constructor for class com.microsoft.azure.gateway.core.Broker
 

C

com.microsoft.azure.gateway.core - package com.microsoft.azure.gateway.core
 
com.microsoft.azure.gateway.messaging - package com.microsoft.azure.gateway.messaging
 
create(long, Broker, String) - Method in class com.microsoft.azure.gateway.core.GatewayModule
 
create(long, Broker, String) - Method in interface com.microsoft.azure.gateway.core.IGatewayModule
The create method is called when the native Gateway creates the Module.

D

destroy() - Method in class com.microsoft.azure.gateway.core.GatewayModule
 
destroy() - Method in interface com.microsoft.azure.gateway.core.IGatewayModule
The destroy method is called on a GatewayModule before it is about to be "destroyed" and removed from the gateway.

G

GatewayModule - Class in com.microsoft.azure.gateway.core
The Abstract GatewayModule class to be extended by the module-creator when creating any modules.
GatewayModule(long, Broker, String) - Constructor for class com.microsoft.azure.gateway.core.GatewayModule
Constructs a GatewayModule from the provided address and Broker.
getAddress() - Method in class com.microsoft.azure.gateway.core.Broker
 
getBroker() - Method in class com.microsoft.azure.gateway.core.GatewayModule
 
getConfiguration() - Method in class com.microsoft.azure.gateway.core.GatewayModule
Gets the JSON configuration string for this GatewayModule
getContent() - Method in class com.microsoft.azure.gateway.messaging.Message
 
getProperties() - Method in class com.microsoft.azure.gateway.messaging.Message
 

I

IGatewayModule - Interface in com.microsoft.azure.gateway.core
 

M

Message - Class in com.microsoft.azure.gateway.messaging
 
Message(byte[], Map<String, String>) - Constructor for class com.microsoft.azure.gateway.messaging.Message
Constructor for a Message with content byte[] and Map properties.
Message(byte[]) - Constructor for class com.microsoft.azure.gateway.messaging.Message
Construcor for a Message created from a fully and properly serialized message byte[].

P

publish(Message) - Method in class com.microsoft.azure.gateway.core.GatewayModule
Publishes the Message to the Broker.
publishMessage(Message, long) - Method in class com.microsoft.azure.gateway.core.Broker
Publishes the Message to the Broker.

R

receive(Message) - Method in class com.microsoft.azure.gateway.core.GatewayModule
 
receive(byte[]) - Method in class com.microsoft.azure.gateway.core.GatewayModule
 
receive(byte[]) - Method in interface com.microsoft.azure.gateway.core.IGatewayModule
The receive method is called on a GatewayModule whenever it receives a message.

S

start() - Method in class com.microsoft.azure.gateway.core.GatewayModule
 
start() - Method in interface com.microsoft.azure.gateway.core.IGatewayModule
The start method is called when the native Gateway has created all modules to notify each module that it is safe to start sending messages.

T

toByteArray() - Method in class com.microsoft.azure.gateway.messaging.Message
Serializes the Message to a byte[].
toString() - Method in class com.microsoft.azure.gateway.messaging.Message
 
B C D G I M P R S T 
Skip navigation links

Copyright © 2018. All rights reserved.