Package io.mangoo.interfaces
Interface MangooRoute
-
- All Known Implementing Classes:
FileRoute,PathRoute,RequestRoute,ServerSentEventRoute,WebSocketRoute
public interface MangooRoute- Author:
- svenkubiak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUrl()
-
-
-
Method Detail
-
getUrl
String getUrl()
- Returns:
- The configured URL for this route
-
-