Interface NimbusClient.WithNimbus

  • Enclosing class:
    NimbusClient

    public static interface NimbusClient.WithNimbus
    An interface to allow callbacks with a thrift nimbus client.
    • Method Detail

      • run

        void run​(Nimbus.Iface client)
          throws Exception
        Run what you need with the nimbus client.
        Parameters:
        client - the client.
        Throws:
        Exception - on any error.