Interface AdaptrisMessageConsumer

    • Method Detail

      • registerAdaptrisMessageListener

        void registerAdaptrisMessageListener​(AdaptrisMessageListener listener)

        Sets the AdaptrisMessageListener to use.

        Parameters:
        listener - the AdaptrisMessageListener to use
      • consumeLocationKey

        default java.lang.String consumeLocationKey()
        Return the specific metadata key that contains the consume location.

        if specified; then the workflow will attempt to set "_interlokMessageConsumedFrom" as a standard metadata key. If not explicitly overriden, then this metadata key is not available.

        Returns:
        the metadata key;
        Since:
        3.9.0
        Implementation Note:
        The default implementation returns null, indicating there is no way to standardise the consume location.