Class EIDSProductReceiver

    • Constructor Detail

      • EIDSProductReceiver

        public EIDSProductReceiver()
        Construct a new EIDSProductReceiver. Uses the Configurable interface, see EIDSNotificationReceiver.
    • Method Detail

      • onEIDSMessage

        public void onEIDSMessage​(EIDSMessageEvent event)
        Receive messages from the EIDSNotificationReceiver EIDS Client.s Forwards messages to builder, which sends built products to receiveNotification method.
        Specified by:
        onEIDSMessage in interface EIDSListener
        Overrides:
        onEIDSMessage in class EIDSNotificationReceiver
        Parameters:
        event - an event object representing the message that was received.
      • configure

        public void configure​(Config config)
                       throws java.lang.Exception
        Description copied from class: DefaultConfigurable
        Process configuration settings. Called before startup().
        Specified by:
        configure in interface Configurable
        Overrides:
        configure in class EIDSNotificationReceiver
        Parameters:
        config - the Config object with settings.
        Throws:
        java.lang.Exception - if configuration exceptions occur.