@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Import(value=org.springframework.integration.http.config.IntegrationGraphControllerRegistrarImportSelector.class) public @interface EnableIntegrationGraphController
IntegrationGraphController if
org.springframework.web.servlet.DispatcherServlet or
org.springframework.web.reactive.DispatcherHandler is present in the classpath.IntegrationGraphController| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
allowedOrigins
Specify allowed origin URLs for cross-origin request handling.
|
String |
path
Specify the Request Mapping path for the
IntegrationGraphController. |
String |
value
Specify the Request Mapping path for the
IntegrationGraphController. |
@AliasFor(value="path") public abstract String value
IntegrationGraphController.
Defaults to .IntegrationGraphController@AliasFor(value="value") public abstract String path
IntegrationGraphController.
Defaults to .IntegrationGraphControllerpublic abstract String[] allowedOrigins