Package io.micronaut.rss.http
Interface FeedControllerConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
FeedControllerConfigurationProperties
public interface FeedControllerConfiguration
extends io.micronaut.core.util.Toggleable
Defines interface for Configuration options of
FeedController
.- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getPath
String getPath()- Returns:
- the path where
FeedController
listens.
-