Package org.apache.storm.utils
Interface NimbusClient.WithNimbus
-
- Enclosing class:
- NimbusClient
public static interface NimbusClient.WithNimbus
An interface to allow callbacks with a thrift nimbus client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(Nimbus.Iface client)
Run what you need with the 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.
-
-