| Package | Description |
|---|---|
| io.knotx.server.configuration |
| Modifier and Type | Method and Description |
|---|---|
RoutingEntry |
RoutingEntry.setAddress(String address)
Sets the event bus address of the Knot that should process the request for a given path
|
RoutingEntry |
RoutingEntry.setCsrf(boolean csrfEnabled)
Enables/Disabled CSRF support for a given routing entry
|
RoutingEntry |
RoutingEntry.setOnTransition(Map<String,RoutingEntry> onTransition)
Describes routing to addresses of other Knots based on the transition trigger returned from current Knot.
|
RoutingEntry |
RoutingEntry.setPath(String path)
Sets the Regular expression of HTTP Request path
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutingEntry> |
MethodRoutingEntries.getItems() |
Map<String,RoutingEntry> |
RoutingEntry.getOnTransition() |
| Modifier and Type | Method and Description |
|---|---|
MethodRoutingEntries |
MethodRoutingEntries.setItems(List<RoutingEntry> items)
Sets the list of routing entries
|
RoutingEntry |
RoutingEntry.setOnTransition(Map<String,RoutingEntry> onTransition)
Describes routing to addresses of other Knots based on the transition trigger returned from current Knot.
|
| Constructor and Description |
|---|
RoutingEntry(RoutingEntry other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.