Skip navigation links
B C D F G H I L S W X 

B

build() - Method in class com.addicticks.avenuemq.dto.testing.DataMsgBuilder
 
build() - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
 
build() - Method in class com.addicticks.avenuemq.dto.testing.HeartbeatMsgBuilder
 
build() - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
 
build() - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
 
build() - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
build() - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
 
builder() - Static method in class com.addicticks.avenuemq.dto.testing.DataMsgBuilder
Creates a new builder.
builder() - Static method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Creates a new builder.
builder() - Static method in class com.addicticks.avenuemq.dto.testing.HeartbeatMsgBuilder
Creates a new builder.
builder() - Static method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
Creates a new builder.
builder() - Static method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
Creates a new builder.
builder() - Static method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
Creates a new builder.
builder() - Static method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
Creates a new builder.

C

com.addicticks.avenuemq.dto.testing - package com.addicticks.avenuemq.dto.testing
Builders.
com.addicticks.avenuemq.dto.testing.xml - package com.addicticks.avenuemq.dto.testing.xml
Load test data from XML files.

D

DataMsgBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for DataMsg.

F

FieldDataBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for FieldData.

G

getSchema() - Method in class com.addicticks.avenuemq.dto.testing.xml.XmlLoader
Gets an in-memory representation of the schema which is expected for the loadDataMsgFromFile() and loadHeartbeatMsgFromFile() methods of this class.

H

HeartbeatMsgBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for HeartbeatMsg.

I

InstrumentIdBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for InstrumentId.
InstrumentStateBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for InstrumentState.
InstrumentUpdateBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for InstrumentUpdate.

L

loadDataMsgFromFile(File, boolean) - Method in class com.addicticks.avenuemq.dto.testing.xml.XmlLoader
Loads a DataMsg from an XML file.
loadHeartbeatMsgFromFile(File, boolean) - Method in class com.addicticks.avenuemq.dto.testing.xml.XmlLoader
Loads a HeartbeatMsg from an XML file.

S

SourceStateBuilder - Class in com.addicticks.avenuemq.dto.testing
Builder for SourceState.

W

withDataState(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
 
withDataTimestamp(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
withFieldId(Integer) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets the field's Id.
withFieldLength(Integer) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets the field's maximum allowed bytes length.
withFieldName(String) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets the Field Name.
withFields(List<FieldData>) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
withInstrumentId(InstrumentId) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
withInstrumentKey(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
Sets the instrumentKey.
withInstrumentState(InstrumentState) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
withInstrumentUpdates(List<InstrumentUpdate>) - Method in class com.addicticks.avenuemq.dto.testing.DataMsgBuilder
 
withIntervalSecs(int) - Method in class com.addicticks.avenuemq.dto.testing.HeartbeatMsgBuilder
 
withItemName(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
Sets the itemName.
withSentTimestamp(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.DataMsgBuilder
 
withSentTimestamp(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.HeartbeatMsgBuilder
 
withServiceName(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
Sets the serviceName.
withSolicited(Boolean) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
withSourceState(SourceState) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
Sets the source state.
withState(InstrumentState.StateType) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
Sets the state.
withStateText(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
 
withStatusCode(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
 
withStopReason(InstrumentState.StopReasonType) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
Sets the stop reason.
withStreamState(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
 
withText(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
Sets some informative text about the state.
withUpdateType(InstrumentUpdate.UpdateType) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
 
withValueBinary(byte[]) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type BINARY.
withValueBool(Boolean) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type BOOLEAN.
withValueDate(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type DATE.
withValueDateTime(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type DATETIME.
withValueDecimal(BigDecimal) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type DECIMAL.
withValueDecimalStr(String) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type DECIMAL.
withValueInt(Integer) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type STRING.
withValueLong(Long) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type LONG.
withValueString(String) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type STRING.
withValueTime(OffsetTime) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
Sets a field of type TIME.
writeSchemaFile(File) - Method in class com.addicticks.avenuemq.dto.testing.xml.XmlLoader
Writes to a file an XSD representation of the schema which is expected for the loadDataMsgFromFile() and loadHeartbeatMsgFromFile() methods of this class.

X

XmlLoader - Class in com.addicticks.avenuemq.dto.testing.xml
Loads sample data from XML files.
XmlLoader() - Constructor for class com.addicticks.avenuemq.dto.testing.xml.XmlLoader
Create an instance of the XmlLoader.
B C D F G H I L S W X 
Skip navigation links

Copyright © 2019 Addicticks. All rights reserved.