@FeignClient(name="direct-msg-monitor",
url="${direct.msgmonitor.service.url}",
configuration=org.nhindirect.common.rest.feign.DefaultFeignClientConfiguration.class)
public interface TxClient
| Modifier and Type | Method and Description |
|---|---|
void |
addTx(org.nhindirect.common.tx.model.Tx tx) |
Boolean |
supressNotification(org.nhindirect.common.tx.model.Tx notificationMessage) |
@PostMapping(value="/txs",
consumes="application/json")
void addTx(@RequestBody
org.nhindirect.common.tx.model.Tx tx)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceException@PostMapping(value="/txs/suppressNotification",
consumes="application/json")
Boolean supressNotification(@RequestBody
org.nhindirect.common.tx.model.Tx notificationMessage)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2018–2021 The Direct Project. All rights reserved.