Rule.RuleMatcher| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Action> |
actions
The Actions that are 'local' to this request.
|
protected boolean |
internal
Internal Endpoints can only be called by recursive calls to the engine when Chain.depth() is @gt; 1.
|
configMap, configStr, excludeMatchers, excludeOn, includeMatchers, includeOn, log, name, order| Constructor and Description |
|---|
Endpoint() |
Endpoint(java.lang.String methods,
java.lang.String includePaths,
Action... actions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Action> |
getActions() |
boolean |
isInternal() |
Endpoint |
withAction(Action action) |
Endpoint |
withActions(Action... actions) |
Endpoint |
withInternal(boolean internal) |
checkLazyConfig, compareTo, doLazyConfig, getAllExcludePaths, getAllIncludePaths, getConfig, getConfig, getConfigKeys, getDefaultIncludeMatch, getExcludeMatchers, getIncludeMatchers, getName, getOrder, match, matches, matches, toString, withConfig, withExcludeOn, withExcludeOn, withExcludeOn, withIncludeOn, withIncludeOn, withIncludeOn, withName, withOrderprotected final java.util.List<Action> actions
These Actions are not run each Request automatically.
Compared to Actions that are registered directly with the Api via Api.withAction, these Actions are path matched relative to the Path that matched to select this Endpoint vs a different Endpoint.
protected boolean internal
public Endpoint()
public Endpoint(java.lang.String methods,
java.lang.String includePaths,
Action... actions)
Copyright © 2021 Rocket Partners, LLC. All rights reserved.