@Qualifier @Documented @Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface RouteURL
routerHost setting
to the IP address of the OpenShift router.public abstract String value
public abstract String namespace
public abstract String path
path part of the URL that will be appended to the root route URL. Useful if you only need a single URL
to the application behind the route and don't want to construct that URL programmatically. Defaults to /.Copyright © 2018 JBoss by Red Hat. All rights reserved.