Package energy.eddie.api.agnostic.opaque
Interface RegionConnectorOpaqueEnvelopeService
- All Known Implementing Classes:
AiidaRegionConnectorOpaqueEnvelopeService
public interface RegionConnectorOpaqueEnvelopeService
-
Method Summary
Modifier and TypeMethodDescriptionvoidopaqueEnvelopeArrived(OpaqueEnvelope opaqueEnvelope) This method is called when an opaque envelope arrives at the region connector.
-
Method Details
-
opaqueEnvelopeArrived
This method is called when an opaque envelope arrives at the region connector. The implementation should handle the message accordingly.- Parameters:
opaqueEnvelope- The opaque envelope that has arrived.
-