Class SecretsProcedureService
java.lang.Object
overit.geocall.secrets.procedures.SecretsProcedureService
Service used to resolve the correct
SecretsProcedure instance given a configuration value-
Method Summary
Modifier and TypeMethodDescriptionResolve theSecretsProcedureinstance by parsing the passed valuestatic SecretsProcedureServiceReturns theSecretsProcedureServicesingleton instance
-
Method Details
-
getInstance
Returns theSecretsProcedureServicesingleton instance- Returns:
- the
SecretsProcedureServicesingleton instance
-
get
public SecretsProcedure get(@NotNull @NotNull String key, @NotNull @NotNull String value, long factory) Resolve theSecretsProcedureinstance by parsing the passed value- Parameters:
key- the configuration keyvalue- the configuration value that is used to infer the correct procedure instancefactory- the factory id- Returns:
- the
SecretsProcedureinstance
-