public static interface NimbusClient.WithNimbus
An interface to allow callbacks with a thrift nimbus client.
Modifier and Type | Method and Description |
---|---|
void |
run(Nimbus.Iface client)
Run what you need with the nimbus client.
|
void run(Nimbus.Iface client) throws Exception
Run what you need with the nimbus client.
client
- the client.Exception
- on any error.Copyright © 2022 The Apache Software Foundation. All rights reserved.