| Package | Description |
|---|---|
| com.graphaware.runtime.config | |
| com.graphaware.runtime.metadata | |
| com.graphaware.runtime.module |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TxAndTimerDrivenModuleConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTxAndTimerDrivenModuleConfiguration<T extends BaseTxAndTimerDrivenModuleConfiguration<T>>
Base-class for
TimerDrivenModuleConfiguration implementations. |
class |
BaseTxDrivenModuleConfiguration<T extends BaseTxDrivenModuleConfiguration<T>>
Base-class for
TxDrivenModuleConfiguration implementations. |
class |
FluentTxDrivenModuleConfiguration
TimerDrivenModuleConfiguration with fluent interface. |
class |
NullTxAndTimerDrivenModuleConfiguration
TxAndTimerDrivenModuleConfiguration for TxAndTimerDrivenModules with no configuration. |
class |
NullTxDrivenModuleConfiguration
TxDrivenModuleConfiguration for TxDrivenModules with no configuration. |
| Modifier and Type | Method and Description |
|---|---|
static TxDrivenModuleConfiguration |
NullTxDrivenModuleConfiguration.getInstance()
Get instance of this singleton configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TxDrivenModuleConfiguration |
TxDrivenModuleMetadata.getConfig()
Get the configuration of the module.
|
TxDrivenModuleConfiguration |
DefaultTxDrivenModuleMetadata.getConfig()
Get the configuration of the module.
|
| Constructor and Description |
|---|
DefaultTxDrivenModuleMetadata(TxDrivenModuleConfiguration configuration)
Construct new metadata.
|
| Modifier and Type | Method and Description |
|---|---|
TxDrivenModuleConfiguration |
BaseTxDrivenModule.getConfiguration()
Return the configuration of this module.
|
TxDrivenModuleConfiguration |
TxDrivenModule.getConfiguration()
Return the configuration of this module.
|
Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.