Interface PostDisableResourceCallback
-
public interface PostDisableResourceCallbackCallback which is called at the end of disabling a resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorResponseexecute(String resourceIngestionDefinitionId)Callback which is called at the end of disabling a resource.
-
-
-
Method Detail
-
execute
ConnectorResponse execute(String resourceIngestionDefinitionId)
Callback which is called at the end of disabling a resource.- Parameters:
resourceIngestionDefinitionId- id of a resource ingestion definition which is planned to be disabled- Returns:
- a response with the code
OKif the execution was successful, otherwise a response with an error code and an error message
-
-