Interface PostDisableResourceCallback
-
public interface PostDisableResourceCallback
Callback which is called at the end of disabling a resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorResponse
execute(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
OK
if the execution was successful, otherwise a response with an error code and an error message
-
-