Interface NameService

All Known Implementing Classes:
NameServiceImpl

public interface NameService
  • Method Summary

    Modifier and Type Method Description
    io.reactivex.Single<NameEntryResult> asyncGetNameId​(java.lang.String name)
    asynchronously returns the nameid object for given aens name
    NameEntryResult blockingGetNameId​(java.lang.String name)
    synchronously returns the nameid object for given aens name
  • Method Details

    • asyncGetNameId

      io.reactivex.Single<NameEntryResult> asyncGetNameId​(java.lang.String name)
      asynchronously returns the nameid object for given aens name
      Parameters:
      name - the AENS name
      Returns:
      asynchronous result handler (RxJava Single) for KeyBlockResult
    • blockingGetNameId

      NameEntryResult blockingGetNameId​(java.lang.String name)
      synchronously returns the nameid object for given aens name
      Parameters:
      name - the AENS name
      Returns:
      result of NameEntryResult