Interface CommandSearchResult
- All Superinterfaces:
FailedResult
,Result
- All Known Implementing Classes:
CommandMatchFailedResult
,CommandNotFoundResult
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<CommandSearchResult>
mono()
reason()
Methods inherited from interface kboyle.oktane.core.results.FailedResult
success
-
Method Details
-
reason
String reason()- Specified by:
reason
in interfaceFailedResult
-
mono
-