public class SecretLockRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements SecretLockRepository
| Constructor and Description |
|---|
SecretLockRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
io.nem.symbol.sdk.openapi.vertx.api.SecretLockRoutesApi |
getClient() |
io.reactivex.Observable<SecretLockInfo> |
getSecretLock(java.lang.String compositeHash)
Get secret lock info of the given id.
|
io.reactivex.Observable<MerkleStateInfo> |
getSecretLockMerkle(java.lang.String compositeHash)
Get secret lock merkle info of the given id.
|
io.reactivex.Observable<Page<SecretLockInfo>> |
search(SecretLockSearchCriteria criteria)
It searches entities of a type based on a criteria.
|
call, call, callList, exceptionHandling, exceptionHandling, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamerpublic SecretLockRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
public io.reactivex.Observable<Page<SecretLockInfo>> search(SecretLockSearchCriteria criteria)
Searchersearch in interface Searcher<SecretLockInfo,SecretLockSearchCriteria>criteria - the criteriapublic io.nem.symbol.sdk.openapi.vertx.api.SecretLockRoutesApi getClient()
public io.reactivex.Observable<SecretLockInfo> getSecretLock(java.lang.String compositeHash)
SecretLockRepositorygetSecretLock in interface SecretLockRepositorycompositeHash - SecretLockInfo composite hash idSecretLockInfopublic io.reactivex.Observable<MerkleStateInfo> getSecretLockMerkle(java.lang.String compositeHash)
SecretLockRepositorygetSecretLockMerkle in interface SecretLockRepositorycompositeHash - SecretLockInfo composite hash idMerkleStateInfo