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
Modifier and TypeMethodDescriptionvoid
run
(Nimbus.Iface client) Run what you need with the nimbus client.
-
Method Details
-
run
Run what you need with the nimbus client.- Parameters:
client
- the client.- Throws:
Exception
- on any error.
-