Package deltix.data.stream
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 voidnextThrewException(deltix.data.stream.MessageSource<?> feed, java.lang.RuntimeException x)Called when one of the multiplexed feeds throws an exception from theAbstractCursor.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 theAbstractCursor.next()method.- Parameters:
feed- The feed that threw an exception.x- The exception.
-
-