Interface ResetConfigurationCallback
-
- 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 ResetConfigurationCallback
Callback called during theResetConfigurationHandlerexecution, may be used to provide custom reset configuration logic.Default implementation of this callback calls the
PUBLIC.RESET_CONFIGURATION_INTERNALprocedure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorResponseexecute()Executes custom reset configuration logic.
-
-
-
Method Detail
-
execute
ConnectorResponse execute()
Executes custom reset configuration logic.- Returns:
- a response with the code
OKif the execution was successful, otherwise a response with an error code and an error message
-
-