@ConfigurationProperties(value="log") @Validated public class LogConsumerProperties extends Object
| Constructor and Description | 
|---|
| LogConsumerProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| @NotBlank String | getExpression() | 
| org.springframework.integration.handler.LoggingHandler.Level | getLevel() | 
| @NotBlank String | getName() | 
| void | setExpression(String expression) | 
| void | setLevel(org.springframework.integration.handler.LoggingHandler.Level level) | 
| void | setName(String name) | 
@NotBlank public @NotBlank String getName()
public void setName(String name)
@NotBlank public @NotBlank String getExpression()
public void setExpression(String expression)
@NotNull public org.springframework.integration.handler.LoggingHandler.Level getLevel()
public void setLevel(org.springframework.integration.handler.LoggingHandler.Level level)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.