Class OperationInProgressMessage
java.lang.Object
org.springframework.cloud.servicebroker.model.error.OperationInProgressMessage
- All Implemented Interfaces:
Serializable
Returned if a create, update, or delete operation is in progress. The operation string
must match that returned for the original request.
- Author:
- Roy Clarkson
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct a message with no operation.OperationInProgressMessage
(String operation) Construct a message with the provided operation. -
Method Summary
-
Constructor Details
-
OperationInProgressMessage
public OperationInProgressMessage()Construct a message with no operation. -
OperationInProgressMessage
Construct a message with the provided operation.- Parameters:
operation
- an identifier representing the operation
-
-
Method Details