Package org.apache.kafka.streams.errors
Interface StreamsUncaughtExceptionHandler
public interface StreamsUncaughtExceptionHandler
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumEnumeration that describes the response from the exception handler.
- 
Method SummaryModifier and TypeMethodDescriptionInspect the exception received in a stream thread and respond with an action.
- 
Method Details- 
handleInspect the exception received in a stream thread and respond with an action.- Parameters:
- exception- the actual exception
 
 
-