Interface MessageSourceMultiplexer.ExceptionHandler

  • Enclosing class:
    MessageSourceMultiplexer<T extends deltix.data.stream.TimeStampedMessage>

    public static interface MessageSourceMultiplexer.ExceptionHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void nextThrewException​(deltix.data.stream.MessageSource<?> feed, java.lang.RuntimeException x)
      Called when one of the multiplexed feeds throws an exception from the AbstractCursor.next() method.
    • Method Detail

      • nextThrewException

        void nextThrewException​(@Nonnull
                                deltix.data.stream.MessageSource<?> feed,
                                @Nonnull
                                java.lang.RuntimeException x)
        Called when one of the multiplexed feeds throws an exception from the AbstractCursor.next() method.
        Parameters:
        feed - The feed that threw an exception.
        x - The exception.