Class ServiceProperties

java.lang.Object
es.kukenan.smartfi.microservice.clients.config.ServiceProperties

@RefreshScope @ConfigurationProperties(prefix="blocked.temporally") public class ServiceProperties extends Object
Service properties for complex structure properties definition.
  • Field Details

    • retries

      @NotEmpty private @NotEmpty List<String> retries
      Number of retries defined for blocked temporally.
    • locking

      @NotEmpty private @NotEmpty List<String> locking
      Time in seconds for unlocking time for blocked temporally user.
  • Constructor Details

    • ServiceProperties

      public ServiceProperties()