Package org.springframework.shell
Interface ResultHandlerService
- All Known Implementing Classes:
GenericResultHandlerService
public interface ResultHandlerService
A service interface for result handling.
-
Method Summary
-
Method Details
-
handle
Handle result.- Parameters:
result
- the result
-
handle
void handle(@Nullable Object result, @Nullable org.springframework.core.convert.TypeDescriptor resultType) Handle result to the specifiedTypeDescriptor
.- Parameters:
result
- the resultresultType
- the result type
-