Interface RabbitmqConfigService

All Known Implementing Classes:
RabbitmqConfigServiceImpl

public interface RabbitmqConfigService
RabbitMQ Configuration management.
Author:
Andy Foster Date: 2021/05/06
  • Method Summary

    Modifier and Type
    Method
    Description
    org.duracloud.account.db.model.RabbitmqConfig
    get(Long id)
     
    void
    set(Long id, String host, Integer port, String vhost, String username, String password)
     
  • Method Details

    • get

      @Secured("role:ROLE_ADMIN, scope:SELF_ACCT") org.duracloud.account.db.model.RabbitmqConfig get(Long id)
    • set

      @Secured("role:ROLE_ADMIN, scope:SELF_ACCT") void set(Long id, String host, Integer port, String vhost, String username, String password)