Interface RegionConnectorOpaqueEnvelopeService

All Known Implementing Classes:
AiidaRegionConnectorOpaqueEnvelopeService

public interface RegionConnectorOpaqueEnvelopeService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when an opaque envelope arrives at the region connector.
  • Method Details

    • opaqueEnvelopeArrived

      void opaqueEnvelopeArrived(OpaqueEnvelope opaqueEnvelope)
      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.