Interface RouteResult

All Superinterfaces:
RouteResult
All Known Implementing Classes:
RouteResult.Complete, RouteResult.Rejected

public interface RouteResult extends RouteResult
The result of handling a request.

As a user you typically don't create RouteResult instances directly. Instead, use the methods on the RequestContext to achieve the desired effect.