Class SleuthWebProperties.Async
- java.lang.Object
-
- org.springframework.cloud.sleuth.autoconfig.instrument.web.SleuthWebProperties.Async
-
- Enclosing class:
- SleuthWebProperties
public static class SleuthWebProperties.Async extends Object
Async computing properties.- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description Async()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SleuthWebProperties.AsyncClientgetClient()voidsetClient(SleuthWebProperties.AsyncClient client)
-
-
-
Method Detail
-
getClient
public SleuthWebProperties.AsyncClient getClient()
-
setClient
public void setClient(SleuthWebProperties.AsyncClient client)
-
-