Receiver Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. Receiver
- com.
public abstract class Receiver
A receiver is a class abstracting the methods to receive messages, in order to use it for multiple endpoints, e.g. feedback endpoint, "alerts" (i.e. D2C).
Constructor Summary
Constructor | Description | |
---|---|---|
Receiver() |
Method Summary
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.concurrent.CompletableFuture<java.lang.Void> | closeAsync() |
protected abstract java.util.concurrent.CompletableFuture<java.lang.Void> | openAsync() |
protected abstract java.util.concurrent.CompletableFuture<?> | receiveAsync() |
protected abstract java.util.concurrent.CompletableFuture<?> | receiveAsync(long timeoutSeconds) |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
Receiver
public Receiver()
Method Details
closeAsync
protected abstract CompletableFuture
openAsync
protected abstract CompletableFuture
receiveAsync
protected abstract CompletableFuture receiveAsync()
receiveAsync
protected abstract CompletableFuture receiveAsync(long timeoutSeconds)
Parameters:
timeoutSeconds
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java