public class ReactorRunner extends Object
| Constructor and Description |
|---|
ReactorRunner(com.microsoft.azure.sdk.iot.service.transport.amqps.AmqpConnectionHandler handler) |
ReactorRunner(String threadNamePrefix,
String threadNamePostfix,
com.microsoft.azure.sdk.iot.service.transport.amqps.AmqpConnectionHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
run() |
void |
stop(int timeoutMilliseconds) |
public ReactorRunner(com.microsoft.azure.sdk.iot.service.transport.amqps.AmqpConnectionHandler handler)
throws IOException
IOExceptionpublic ReactorRunner(String threadNamePrefix, String threadNamePostfix, com.microsoft.azure.sdk.iot.service.transport.amqps.AmqpConnectionHandler handler) throws IOException
IOExceptionpublic void run()
public void stop(int timeoutMilliseconds)
throws InterruptedException
InterruptedExceptionpublic boolean isRunning()
Copyright © 2024. All rights reserved.