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 incoming CIM min-max envelopes.Endpoint for incoming opaque envelopes with any payload.Endpoint for CIM min-max envelope.Endpoint for CIM near real-time data market documents.Endpoint for opaque envelope with any payload.Endpoint for agnostic permission commands.Endpoint for CIM permission market documents.Endpoint forRawDataMessage.Endpoint for CIM retransmission requests.Endpoint for CIM Request Permission Market Document, the direct successor ofpermissionMarketDocument().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. -
permissionCommand
Endpoint for agnostic permission commands. Used to receive messages from the eligible party. -
minMaxEnvelopeDocument
Endpoint for CIM min-max envelope. Used to receive messages from the eligible party. -
forwardedMinMaxEnvelopeDocument
Endpoint for incoming CIM min-max envelopes. Used by the eligible party to receive forwarded messages from AIIDA. -
opaqueEnvelope
Endpoint for opaque envelope with any payload. Used to receive messages from the eligible party. -
forwardedOpaqueEnvelope
Endpoint for incoming opaque envelopes with any payload. Used by the eligible party to receive forwarded messages from AIIDA. -
energySharingReferenceDataMarketDocument
Endpoint for CIM Energy Sharing Reference Data Market Document. Used to emit messages to the eligible party. -
requestPermissionMarketDocument
Endpoint for CIM Request Permission Market Document, the direct successor ofpermissionMarketDocument(). Used to emit messages to the eligible party.
-