Package eu.vstoyanov.natsy.codec
Object DecodeErrorStrategy.Throw
-
- All Implemented Interfaces:
-
eu.vstoyanov.natsy.codec.DecodeErrorStrategy
public class DecodeErrorStrategy.Throw implements DecodeErrorStrategy
Fail the flow with a eu.vstoyanov.natsy.exception.NatsyDecodeException, after terminating the message on JetStream.
Use in development and testing to surface serialization mismatches immediately.
-
-
Field Summary
Fields Modifier and Type Field Description public final static DecodeErrorStrategy.ThrowINSTANCE
-