Interface NimbusClient.WithNimbus

Enclosing class:
NimbusClient

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

    Modifier and Type
    Method
    Description
    void
    run(Nimbus.Iface client)
    Run what you need with the nimbus client.
  • Method Details

    • 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.