Class RabbitmqConfigServiceImpl
- java.lang.Object
-
- org.duracloud.account.db.util.impl.RabbitmqConfigServiceImpl
-
- All Implemented Interfaces:
RabbitmqConfigService
@Component("rabbitmqConfigService") public class RabbitmqConfigServiceImpl extends Object implements RabbitmqConfigServiceA service for modifying RabbitMQ settings.- Author:
- Andy Foster Date: 2021/05/06
-
-
Constructor Summary
Constructors Constructor Description RabbitmqConfigServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.duracloud.account.db.model.RabbitmqConfigget(Long id)org.duracloud.account.db.repo.RabbitmqConfigRepogetRepo()voidset(Long id, String host, Integer port, String vhost, String username, String password)voidsetRepo(org.duracloud.account.db.repo.RabbitmqConfigRepo repo)
-
-
-
Method Detail
-
setRepo
public void setRepo(org.duracloud.account.db.repo.RabbitmqConfigRepo repo)
-
getRepo
public org.duracloud.account.db.repo.RabbitmqConfigRepo getRepo()
-
get
public org.duracloud.account.db.model.RabbitmqConfig get(Long id)
- Specified by:
getin interfaceRabbitmqConfigService
-
-