Class ConsulLockProvider.Configuration
java.lang.Object
net.javacrumbs.shedlock.provider.consul.ConsulLockProvider.Configuration
- Enclosing class:
- ConsulLockProvider
public static final class ConsulLockProvider.Configuration extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConsulLockProvider.Configuration.Builder -
Method Summary
Modifier and Type Method Description static ConsulLockProvider.Configuration.Builderbuilder()com.ecwid.consul.v1.ConsulClientgetConsulClient()StringgetConsulLockPostfix()StringgetConsulLockPrefix()DurationgetGracefulShutdownInterval()DurationgetMinSessionTtl()StringgetToken()
-
Method Details
-
getMinSessionTtl
-
getConsulLockPostfix
-
getConsulClient
public com.ecwid.consul.v1.ConsulClient getConsulClient() -
getGracefulShutdownInterval
-
getToken
-
getConsulLockPrefix
-
builder
-