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