public class DefaultTimerDrivenModuleMetadata extends Object implements TimerDrivenModuleMetadata
TimerDrivenModuleMetadata.| Constructor and Description |
|---|
DefaultTimerDrivenModuleMetadata(TimerDrivenModuleContext context)
Construct new metadata.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
TimerDrivenModuleContext<?> |
lastContext()
Get the context that the module produced when it last did some work.
|
public DefaultTimerDrivenModuleMetadata(TimerDrivenModuleContext context)
context - module context held by the metadata. Can be null in case it is unknown (first run).public TimerDrivenModuleContext<?> lastContext()
lastContext in interface TimerDrivenModuleMetadatanull if there is no such context (first run).Copyright © 2013-2016–2018 Graph Aware Limited. All rights reserved.