@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 |
|---|---|
java.lang.String[] |
allowedOrigins
Specify allowed origin URLs for cross-origin request handling.
|
java.lang.String |
path
Specify the Request Mapping path for the
IntegrationGraphController. |
java.lang.String |
value
Specify the Request Mapping path for the
IntegrationGraphController. |
@AliasFor(value="path") public abstract java.lang.String value
IntegrationGraphController.
Defaults to .IntegrationGraphController@AliasFor(value="value") public abstract java.lang.String path
IntegrationGraphController.
Defaults to .IntegrationGraphController