Class ContextAwareLifecycleInterceptorSupplier
- 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<StreamsLifecycleInterceptor>
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareLifecycleInterceptorSupplier
-
- All Implemented Interfaces:
Configurable
,Supplier<StreamsLifecycleInterceptor>
public class ContextAwareLifecycleInterceptorSupplier extends ContextAwareGettableComponentSupplier<StreamsLifecycleInterceptor>
-
-
Field Summary
-
Fields inherited from class io.streamthoughts.azkarra.runtime.context.internal.ContextAwareComponentSupplier
context
-
-
Constructor Summary
Constructors Constructor Description ContextAwareLifecycleInterceptorSupplier(AzkarraContext context, GettableComponent<StreamsLifecycleInterceptor> gettable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamsLifecycleInterceptor
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
-
ContextAwareLifecycleInterceptorSupplier
public ContextAwareLifecycleInterceptorSupplier(AzkarraContext context, GettableComponent<StreamsLifecycleInterceptor> gettable)
-
-
Method Detail
-
get
public StreamsLifecycleInterceptor get()
- Specified by:
get
in interfaceSupplier<StreamsLifecycleInterceptor>
- Overrides:
get
in classConfigurableSupplier<StreamsLifecycleInterceptor>
-
-