Interface NotaryLookup

  • All Implemented Interfaces:

    @DoNotImplement() 
    public interface NotaryLookup
    
                        

    Defines a mechanism to allow flows to retrieve the NotaryInfo in the network. The platform will provide an instance of NotaryLookup to flows via property injection.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Collection<NotaryInfo> getNotaryServices() Gets a Collection of NotaryInfo services available on the network.
      abstract NotaryInfo lookup(@NotNull() MemberX500Name notaryServiceName) Looks up the notary information of a notary by legal name.
      abstract boolean isNotaryVirtualNode(@NotNull() MemberX500Name virtualNodeName) Determines whether the specified virtual node name is a notary, which is defined by the network parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait