Package org.wildfly.core.cli.command
Interface BatchCompliantCommand.BatchResponseHandler
-
- Enclosing interface:
- BatchCompliantCommand
public static interface BatchCompliantCommand.BatchResponseHandlerCalled by batch once composite response is received.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleResponse(org.jboss.dmr.ModelNode step, OperationResponse response)Handle the passed step.
-
-
-
Method Detail
-
handleResponse
void handleResponse(org.jboss.dmr.ModelNode step, OperationResponse response) throws CommandLineExceptionHandle the passed step.- Parameters:
step- The current step.response- The operation that contains the step.- Throws:
CommandLineException
-
-