Class LogConsumerProperties

java.lang.Object
org.springframework.cloud.fn.consumer.log.LogConsumerProperties

@ConfigurationProperties("log") @Validated public class LogConsumerProperties extends Object
Configuration properties for the Log Sink app.
Author:
Gary Russell, Eric Bottard, Chris Schaefer, Artem Bilan
  • Constructor Details

    • LogConsumerProperties

      public LogConsumerProperties()
  • Method Details

    • getName

      @NotBlank public @NotBlank String getName()
    • setName

      public void setName(String name)
    • getExpression

      @NotBlank public @NotBlank String getExpression()
    • setExpression

      public void setExpression(String expression)
    • getLevel

      @NotNull public org.springframework.integration.handler.LoggingHandler.Level getLevel()
    • setLevel

      public void setLevel(org.springframework.integration.handler.LoggingHandler.Level level)