Class ContextAwareScheduledThreadPoolConfigurationProperties
java.lang.Object
io.github.resilience4j.common.scheduled.threadpool.configuration.ContextAwareScheduledThreadPoolConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.github.resilience4j.core.ContextAwareScheduledThreadPoolExecutorbuild()Class<? extends io.github.resilience4j.core.ContextPropagator>[]intvoidsetContextPropagators(Class<? extends io.github.resilience4j.core.ContextPropagator>... contextPropagators) voidsetCorePoolSize(int corePoolSize)
-
Constructor Details
-
ContextAwareScheduledThreadPoolConfigurationProperties
public ContextAwareScheduledThreadPoolConfigurationProperties()
-
-
Method Details
-
getCorePoolSize
public int getCorePoolSize() -
setCorePoolSize
public void setCorePoolSize(int corePoolSize) -
getContextPropagators
-
setContextPropagators
public void setContextPropagators(Class<? extends io.github.resilience4j.core.ContextPropagator>... contextPropagators) -
build
public io.github.resilience4j.core.ContextAwareScheduledThreadPoolExecutor build()
-