Class ContextAwareThreadExceptionHandlerSupplier
- java.lang.Object
-
- io.streamthoughts.azkarra.api.config.ConfigurableSupplier<T>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareComponentSupplier<T>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareGettableComponentSupplier<StreamThreadExceptionHandler>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareThreadExceptionHandlerSupplier
-
- All Implemented Interfaces:
Configurable
,Supplier<StreamThreadExceptionHandler>
public class ContextAwareThreadExceptionHandlerSupplier extends ContextAwareGettableComponentSupplier<StreamThreadExceptionHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContextAwareThreadExceptionHandlerSupplier.DelegateStreamThreadExceptionHandler
A delegatingStreamThreadExceptionHandler
which is notConfigurable
.
-
Field Summary
-
Fields inherited from class io.streamthoughts.azkarra.runtime.context.internal.ContextAwareComponentSupplier
context
-
-
Constructor Summary
Constructors Constructor Description ContextAwareThreadExceptionHandlerSupplier(AzkarraContext context, GettableComponent<StreamThreadExceptionHandler> gettable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamThreadExceptionHandler
get()
-
Methods inherited from class io.streamthoughts.azkarra.runtime.context.internal.ContextAwareGettableComponentSupplier
get
-
Methods inherited from class io.streamthoughts.azkarra.api.config.ConfigurableSupplier
configure
-
-
-
-
Constructor Detail
-
ContextAwareThreadExceptionHandlerSupplier
public ContextAwareThreadExceptionHandlerSupplier(AzkarraContext context, GettableComponent<StreamThreadExceptionHandler> gettable)
-
-
Method Detail
-
get
public StreamThreadExceptionHandler get()
- Specified by:
get
in interfaceSupplier<StreamThreadExceptionHandler>
- Overrides:
get
in classConfigurableSupplier<StreamThreadExceptionHandler>
-
-