@ConfigurationProperties(value="spring.sleuth.reactor") public class SleuthReactorProperties extends Object
Constructor and Description |
---|
SleuthReactorProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDecorateOnEach() |
boolean |
isDecorateQueues() |
boolean |
isEnabled() |
void |
setDecorateOnEach(boolean decorateOnEach) |
void |
setDecorateQueues(boolean decorateQueues) |
void |
setEnabled(boolean enabled) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isDecorateQueues()
public void setDecorateQueues(boolean decorateQueues)
public boolean isDecorateOnEach()
public void setDecorateOnEach(boolean decorateOnEach)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.