ReactorRunner Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. transport. amqps. ReactorRunner
- com.
public class ReactorRunner
Constructor Summary
Constructor | Description | |
---|---|---|
ReactorRunner(AmqpConnectionHandler handler) | ||
ReactorRunner(String threadNamePrefix, String threadNamePostfix, AmqpConnectionHandler handler) |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | isRunning() |
void | run() |
void | stop(int timeoutMilliseconds) |
Constructor Details
ReactorRunner
public ReactorRunner(AmqpConnectionHandler handler)
Parameters:
handler
ReactorRunner
public ReactorRunner(String threadNamePrefix, String threadNamePostfix, AmqpConnectionHandler handler)
Parameters:
threadNamePrefix
threadNamePostfix
handler
Method Details
isRunning
public boolean isRunning()
run
public void run()
stop
public void stop(int timeoutMilliseconds)
Parameters:
timeoutMilliseconds
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java