Class IntegrationProperties.Endpoint
java.lang.Object
org.springframework.boot.autoconfigure.integration.IntegrationProperties.Endpoint
- Enclosing class:
- IntegrationProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setNoAutoStartup
(List<String> noAutoStartup) void
setReadOnlyHeaders
(List<String> readOnlyHeaders) void
setThrowExceptionOnLateReply
(boolean throwExceptionOnLateReply)
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
setThrowExceptionOnLateReply
public void setThrowExceptionOnLateReply(boolean throwExceptionOnLateReply) -
isThrowExceptionOnLateReply
public boolean isThrowExceptionOnLateReply() -
getReadOnlyHeaders
-
setReadOnlyHeaders
-
getNoAutoStartup
-
setNoAutoStartup
-