Interface Command<T>
-
- All Known Implementing Classes:
AwsAsDeRegisterInstance,AwsAsRegisterInstance,AwsElbDeRegisterInstance,AwsElbRegisterInstance,DownloadHttpArtifact,ExtractArtifact,ResolveSnapshotVersion,RunApplication,RunConsoleCommand,StopApplication
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Command<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description rx.Observable<T>executeAsync(T request)default rx.Observable<Integer>handleExitCode(DeployApplicationRequest request, Integer exitCode)
-
-
-
Method Detail
-
handleExitCode
default rx.Observable<Integer> handleExitCode(DeployApplicationRequest request, Integer exitCode)
-
-