Class RabbitmqConfigServiceImpl

java.lang.Object
org.duracloud.account.db.util.impl.RabbitmqConfigServiceImpl
All Implemented Interfaces:
RabbitmqConfigService

@Component("rabbitmqConfigService") public class RabbitmqConfigServiceImpl extends Object implements RabbitmqConfigService
A service for modifying RabbitMQ settings.
Author:
Andy Foster Date: 2021/05/06
  • Constructor Details

    • RabbitmqConfigServiceImpl

      public RabbitmqConfigServiceImpl()
  • Method Details

    • setRepo

      public void setRepo(org.duracloud.account.db.repo.RabbitmqConfigRepo repo)
    • getRepo

      public org.duracloud.account.db.repo.RabbitmqConfigRepo getRepo()
    • get

      @Nullable public org.duracloud.account.db.model.RabbitmqConfig get(Long id)
      Specified by:
      get in interface RabbitmqConfigService
    • set

      public void set(Long id, String host, Integer port, String vhost, String username, String password)
      Specified by:
      set in interface RabbitmqConfigService