Class IntegrationProperties.Endpoint

java.lang.Object
org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
Enclosing class:
IntegrationProperties

public static class IntegrationProperties.Endpoint extends Object
  • Constructor Details

    • Endpoint

      public Endpoint()
  • Method Details

    • setThrowExceptionOnLateReply

      public void setThrowExceptionOnLateReply(boolean throwExceptionOnLateReply)
    • isThrowExceptionOnLateReply

      public boolean isThrowExceptionOnLateReply()
    • getReadOnlyHeaders

      public List<String> getReadOnlyHeaders()
    • setReadOnlyHeaders

      public void setReadOnlyHeaders(List<String> readOnlyHeaders)
    • getNoAutoStartup

      public List<String> getNoAutoStartup()
    • setNoAutoStartup

      public void setNoAutoStartup(List<String> noAutoStartup)