Class KeyDecryptionOracleStatusRestController
java.lang.Object
net.finmath.decryptionoracle.keys.controller.KeyDecryptionOracleStatusRestController
@ConditionalOnProperty(name="ethereum.listener.enabled",
havingValue="true")
@RequestMapping("/api/oracle")
@RestController
public class KeyDecryptionOracleStatusRestController
extends Object
ReST Controller for oracle status.
Displays the values of an oracle status service.
- Author:
- Christian Fries
-
Constructor Summary
ConstructorsConstructorDescriptionChreate the rest controller form a given statusService bean. -
Method Summary
-
Constructor Details
-
KeyDecryptionOracleStatusRestController
Chreate the rest controller form a given statusService bean.- Parameters:
statusService- The instantiated statusService bean.
-
-
Method Details