ServiceRemotingCancellationHelper Klasse
- java.
lang. Object - microsoft.
servicefabric. services. remoting. runtime. ServiceRemotingCancellationHelper
- microsoft.
public class ServiceRemotingCancellationHelper
Bietet Abbruchunterstützung für die Remotemethodenverteilung.
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung | |
---|---|---|
ServiceRemotingCancellationHelper(String traceId) |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
CompletableFuture<byte[]> |
cancelRequestAsync(int interfaceId, int methodId, String callContext)
Bricht die Anforderung asynchron ab. |
CompletableFuture<byte[]> |
dispatchRequest(int interfaceId, int methodId, String callContext, Function<CancellationToken, CompletableFuture<byte[]>> dispatchFunc)
Versandanforderung. |
boolean |
isCancellationRequest(ServiceRemotingMessageHeaders messageHeaders)
Gibt true zurück, wenn es sich um eine Abbruchanforderung handelt. |
Details zum Konstruktor
ServiceRemotingCancellationHelper
public ServiceRemotingCancellationHelper(String traceId)
Parameter:
Details zur Methode
cancelRequestAsync
public CompletableFuture
Bricht die Anforderung asynchron ab.
Parameter:
Gibt zurück:
dispatchRequest
public CompletableFuture
Versandanforderung.
Parameter:
Gibt zurück:
isCancellationRequest
public boolean isCancellationRequest(ServiceRemotingMessageHeaders messageHeaders)
Gibt true zurück, wenn es sich um eine Abbruchanforderung handelt.
Parameter:
Gibt zurück:
Gilt für:
Azure SDK for Java