Package energy.eddie.outbound.shared
Class TopicConfiguration
java.lang.Object
energy.eddie.outbound.shared.TopicConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEndpoint for CIM accounting point market documents.Endpoint for CIM acknowledgement market documents.Endpoint forConnectionStatusMessage.Endpoint for CIM Energy Sharing Reference Data Market Document.Endpoint for CIM min-max envelope.Endpoint for CIM near real-time data market documents.Endpoint for opaque envelope with any payload.Endpoint for CIM permission market documents.Endpoint forRawDataMessage.Endpoint for CIM retransmission requests.Endpoint for CIM permission market documents, which terminate permission requests.Endpoint for CIM validated historical data market documents.
-
Constructor Details
-
TopicConfiguration
-
-
Method Details
-
rawDataMessage
Endpoint forRawDataMessage. Used to emit messages to the eligible party. -
connectionStatusMessage
Endpoint forConnectionStatusMessage. Used to emit messages to the eligible party. -
permissionMarketDocument
Endpoint for CIM permission market documents. Used to emit messages to the eligible party. -
acknowledgementMarketDocument
Endpoint for CIM acknowledgement market documents. Used to emit messages to the eligible party. -
accountingPointMarketDocument
Endpoint for CIM accounting point market documents. Used to emit messages to the eligible party. -
terminationMarketDocument
Endpoint for CIM permission market documents, which terminate permission requests. Used to receive messages from the eligible party. -
redistributionTransactionRequestDocument
Endpoint for CIM retransmission requests. Used to receive messages from the eligible party. -
minMaxEnvelopeDocument
Endpoint for CIM min-max envelope. Used to receive messages from the eligible party. -
opaqueEnvelope
Endpoint for opaque envelope with any payload. Used to receive messages from the eligible party. -
energySharingReferenceDataMarketDocument
Endpoint for CIM Energy Sharing Reference Data Market Document. Used to emit messages to the eligible party.
-