Class ContextAwareScheduledThreadPoolConfigurationProperties

java.lang.Object
io.github.resilience4j.common.scheduled.threadpool.configuration.ContextAwareScheduledThreadPoolConfigurationProperties

public class ContextAwareScheduledThreadPoolConfigurationProperties
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ContextAwareScheduledThreadPoolConfigurationProperties()  
  • Method Summary

    Modifier and Type Method Description
    io.github.resilience4j.core.ContextAwareScheduledThreadPoolExecutor build()  
    java.lang.Class<? extends io.github.resilience4j.core.ContextPropagator>[] getContextPropagators()  
    int getCorePoolSize()  
    void setContextPropagators​(java.lang.Class<? extends io.github.resilience4j.core.ContextPropagator>... contextPropagators)  
    void setCorePoolSize​(int corePoolSize)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait