Layer1ApiUserMessageReadCatchupDataFinished
Package: velox.api.layer1.messages
Type: Class
Inheritance: java.lang.Object รขโ โ Layer1ApiUserMessageReadCatchupDataFinished
All Implemented Interfaces: velox.api.layer1.messages.Layer1ApiIgnorableUpwardMessage
Descriptionโ
This message is generated after a reading of catch up data is finished. The possible use case is to notify the addon that a particular generator has finished historical data calculation.
Nested Classesโ
enum Layer1ApiUserMessageReadCatchupDataFinished.Reason
Fieldsโ
generatorFullNameโ
public final String generatorFullName
reasonโ
public final Layer1ApiUserMessageReadCatchupDataFinished.Reason reason
Constructorsโ
Layer1ApiUserMessageReadCatchupDataFinishedโ
public Layer1ApiUserMessageReadCatchupDataFinished(String generatorFullName, Layer1ApiUserMessageReadCatchupDataFinished.Reason reason)
Methods Inheritedโ
From class java.lang.Object:
clone()equals(Object)finalize()getClass()hashCode()notify()notifyAll()toString()wait()wait(long)wait(long, int)