Package | Description |
---|---|
com.microsoft.azure.gateway.core |
Modifier and Type | Method and Description |
---|---|
Broker |
GatewayModule.getBroker() |
Modifier and Type | Method and Description |
---|---|
void |
IGatewayModule.create(long moduleAddr,
Broker broker,
String configuration)
The create method is called when the native Gateway creates the Module.
|
void |
GatewayModule.create(long moduleAddr,
Broker broker,
String configuration) |
Constructor and Description |
---|
GatewayModule(long address,
Broker broker,
String configuration)
Constructs a
GatewayModule from the provided address and Broker . |
Copyright © 2018. All rights reserved.