ServiceRemotingClient Interface
public interface ServiceRemotingClient extends CommunicationClient
Defines the interface that must be implemented to provide a client for Service Remoting communication.
Modifier and Type | Method and Description |
---|---|
CompletableFuture<byte[]> |
request Sends a message to the service and gets a response back. |
void |
send Sends a one-way message to the service |
requestResponseAsync
public CompletableFuture
Sends a message to the service and gets a response back.
Parameters:
Returns:
sendOneWay
public void sendOneWay(ServiceRemotingMessageHeaders messageHeaders, byte[] requestBody)
Sends a one-way message to the service
Parameters:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: