Class AiidaRegionConnectorOpaqueEnvelopeService
java.lang.Object
energy.eddie.regionconnector.aiida.services.inbound.AiidaRegionConnectorOpaqueEnvelopeService
- All Implemented Interfaces:
RegionConnectorOpaqueEnvelopeService
@Service
public class AiidaRegionConnectorOpaqueEnvelopeService
extends Object
implements RegionConnectorOpaqueEnvelopeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidopaqueEnvelopeArrived(OpaqueEnvelope opaqueEnvelope) This method is called when an opaque envelope arrives at the region connector.
-
Constructor Details
-
AiidaRegionConnectorOpaqueEnvelopeService
-
-
Method Details
-
opaqueEnvelopeArrived
Description copied from interface:RegionConnectorOpaqueEnvelopeServiceThis method is called when an opaque envelope arrives at the region connector. The implementation should handle the message accordingly.- Specified by:
opaqueEnvelopeArrivedin interfaceRegionConnectorOpaqueEnvelopeService- Parameters:
opaqueEnvelope- The opaque envelope that has arrived.
-