| Package | Description |
|---|---|
| org.jboss.aerogear.controller.router |
| Modifier and Type | Class and Description |
|---|---|
class |
RouteBuilderImpl
Concrete implementation of
RouteBuilder. |
| Modifier and Type | Field and Description |
|---|---|
private List<RouteBuilder> |
AbstractRoutingModule.routes |
| Modifier and Type | Method and Description |
|---|---|
static RouteBuilder |
Routes.route()
Simple Factory method for creating a
RouteBuilder which is used to define a route. |
RouteBuilder |
AbstractRoutingModule.route()
Is the starting point to configuring a single route.
|
| Modifier and Type | Method and Description |
|---|---|
static Routes |
Routes.from(List<RouteBuilder> routes)
Factory method that constructs a
Routes instance using the list of RouteBuilders provided. |
| Constructor and Description |
|---|
Routes(List<RouteBuilder> routeBuilders) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.