Package energy.eddie.outbound.shared
Class TopicStructure
java.lang.Object
energy.eddie.outbound.shared.TopicStructure
Utility class to track different document types that can be consumed or produced by eddie
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAll the supported data modelsstatic enumThe recipient of a specific document.static enumThe document types that can be consumed or produced by eddie. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoTopic(TopicStructure.Direction direction, String eddieId, TopicStructure.DataModels model, TopicStructure.DocumentTypes type) Creates a standard name for topics using a dot(".") as delimiter.
-
Field Details
-
REDISTRIBUTION_TRANSACTION_RD_VALUE
- See Also:
-
TERMINATION_MD_VALUE
- See Also:
-
CIM_1_04_VALUE
- See Also:
-
CIM_0_91_08_VALUE
- See Also:
-
CIM_0_82_VALUE
- See Also:
-
AGNOSTIC_VALUE
- See Also:
-
CONNECTION_STATUS_MESSAGE_VALUE
- See Also:
-
-
Method Details