Skip to content

Commit dadbc98

Browse files
committed
Merge pull request #257 from rabbitmq/rename-rpc-to-request-response
Rename RpcClient/RpcServer to Requester/Responder
1 parent f989d1a commit dadbc98

File tree

486 files changed

+5336
-902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+5336
-902
lines changed

0.8.0-SNAPSHOT/api/allclasses-index.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>All Classes and Interfaces (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -418,49 +418,49 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
418418
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
419419
<div class="block">Contract for publishing <code>ObservationConvention</code>.</div>
420420
</div>
421-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Resource.html" title="interface in com.rabbitmq.client.amqp">Resource</a></div>
421+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Requester.html" title="interface in com.rabbitmq.client.amqp">Requester</a></div>
422422
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
423-
<div class="block">Marker interface for <a href="com/rabbitmq/client/amqp/Resource.html" title="interface in com.rabbitmq.client.amqp"><code>Resource</code></a>-like classes.</div>
423+
<div class="block">Requester support class for request/response interaction.</div>
424424
</div>
425-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Resource.Context.html" title="interface in com.rabbitmq.client.amqp">Resource.Context</a></div>
425+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RequesterBuilder.html" title="interface in com.rabbitmq.client.amqp">RequesterBuilder</a></div>
426426
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
427-
<div class="block">Context of a resource state change.</div>
427+
<div class="block">API to configure and create a <a href="com/rabbitmq/client/amqp/Requester.html" title="interface in com.rabbitmq.client.amqp"><code>Requester</code></a>.</div>
428428
</div>
429-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab3"><a href="com/rabbitmq/client/amqp/Resource.State.html" title="enum in com.rabbitmq.client.amqp">Resource.State</a></div>
430-
<div class="col-last odd-row-color all-classes-table all-classes-table-tab3">
431-
<div class="block">Resource state.</div>
429+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RequesterBuilder.RequesterAddressBuilder.html" title="interface in com.rabbitmq.client.amqp">RequesterBuilder.RequesterAddressBuilder</a></div>
430+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
431+
<div class="block">Builder for the request address.</div>
432432
</div>
433-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Resource.StateListener.html" title="interface in com.rabbitmq.client.amqp">Resource.StateListener</a></div>
433+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Resource.html" title="interface in com.rabbitmq.client.amqp">Resource</a></div>
434434
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
435-
<div class="block">Application listener for a <a href="com/rabbitmq/client/amqp/Resource.html" title="interface in com.rabbitmq.client.amqp"><code>Resource</code></a>.</div>
435+
<div class="block">Marker interface for <a href="com/rabbitmq/client/amqp/Resource.html" title="interface in com.rabbitmq.client.amqp"><code>Resource</code></a>-like classes.</div>
436436
</div>
437-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcClient.html" title="interface in com.rabbitmq.client.amqp">RpcClient</a></div>
437+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Resource.Context.html" title="interface in com.rabbitmq.client.amqp">Resource.Context</a></div>
438438
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
439-
<div class="block">Client support class for RPC.</div>
439+
<div class="block">Context of a resource state change.</div>
440440
</div>
441-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcClientBuilder.html" title="interface in com.rabbitmq.client.amqp">RpcClientBuilder</a></div>
442-
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
443-
<div class="block">API to configure and create a <a href="com/rabbitmq/client/amqp/RpcClient.html" title="interface in com.rabbitmq.client.amqp"><code>RpcClient</code></a>.</div>
441+
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="com/rabbitmq/client/amqp/Resource.State.html" title="enum in com.rabbitmq.client.amqp">Resource.State</a></div>
442+
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">
443+
<div class="block">Resource state.</div>
444444
</div>
445-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcClientBuilder.RpcClientAddressBuilder.html" title="interface in com.rabbitmq.client.amqp">RpcClientBuilder.RpcClientAddressBuilder</a></div>
445+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Resource.StateListener.html" title="interface in com.rabbitmq.client.amqp">Resource.StateListener</a></div>
446446
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
447-
<div class="block">Builder for the request address.</div>
447+
<div class="block">Application listener for a <a href="com/rabbitmq/client/amqp/Resource.html" title="interface in com.rabbitmq.client.amqp"><code>Resource</code></a>.</div>
448448
</div>
449-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcServer.html" title="interface in com.rabbitmq.client.amqp">RpcServer</a></div>
449+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Responder.html" title="interface in com.rabbitmq.client.amqp">Responder</a></div>
450450
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
451-
<div class="block">Client server class for RPC.</div>
451+
<div class="block">Responder class for request/response interaction.</div>
452452
</div>
453-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcServer.Context.html" title="interface in com.rabbitmq.client.amqp">RpcServer.Context</a></div>
453+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Responder.Context.html" title="interface in com.rabbitmq.client.amqp">Responder.Context</a></div>
454454
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
455455
<div class="block">Request processing context.</div>
456456
</div>
457-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcServer.Handler.html" title="interface in com.rabbitmq.client.amqp">RpcServer.Handler</a></div>
457+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/Responder.Handler.html" title="interface in com.rabbitmq.client.amqp">Responder.Handler</a></div>
458458
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
459459
<div class="block">Contract to process a request message and return a reply message.</div>
460460
</div>
461-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/RpcServerBuilder.html" title="interface in com.rabbitmq.client.amqp">RpcServerBuilder</a></div>
461+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/ResponderBuilder.html" title="interface in com.rabbitmq.client.amqp">ResponderBuilder</a></div>
462462
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">
463-
<div class="block">API to configure and create a <a href="com/rabbitmq/client/amqp/RpcServer.html" title="interface in com.rabbitmq.client.amqp"><code>RpcServer</code></a>.</div>
463+
<div class="block">API to configure and create a <a href="com/rabbitmq/client/amqp/Responder.html" title="interface in com.rabbitmq.client.amqp"><code>Responder</code></a>.</div>
464464
</div>
465465
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/client/amqp/oauth2/Token.html" title="interface in com.rabbitmq.client.amqp.oauth2">Token</a></div>
466466
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">

0.8.0-SNAPSHOT/api/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>All Packages (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/Address.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>Address (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AddressBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AddressBuilder (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -94,7 +94,7 @@ <h1 title="Interface AddressBuilder" class="title">Interface AddressBuilder&lt;T
9494
</dl>
9595
<dl class="notes">
9696
<dt>All Known Subinterfaces:</dt>
97-
<dd><code><a href="Message.MessageAddressBuilder.html" title="interface in com.rabbitmq.client.amqp">Message.MessageAddressBuilder</a></code>, <code><a href="PublisherBuilder.html" title="interface in com.rabbitmq.client.amqp">PublisherBuilder</a></code>, <code><a href="RpcClientBuilder.RpcClientAddressBuilder.html" title="interface in com.rabbitmq.client.amqp">RpcClientBuilder.RpcClientAddressBuilder</a></code></dd>
97+
<dd><code><a href="Message.MessageAddressBuilder.html" title="interface in com.rabbitmq.client.amqp">Message.MessageAddressBuilder</a></code>, <code><a href="PublisherBuilder.html" title="interface in com.rabbitmq.client.amqp">PublisherBuilder</a></code>, <code><a href="RequesterBuilder.RequesterAddressBuilder.html" title="interface in com.rabbitmq.client.amqp">RequesterBuilder.RequesterAddressBuilder</a></code></dd>
9898
</dl>
9999
<hr>
100100
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">AddressBuilder&lt;T&gt;</span></div>

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AddressSelector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AddressSelector (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AmqpException.AmqpConnectionException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AmqpException.AmqpConnectionException (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AmqpException.AmqpEntityDoesNotExistException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AmqpException.AmqpEntityDoesNotExistException (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AmqpException.AmqpResourceClosedException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AmqpException.AmqpResourceClosedException (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AmqpException.AmqpResourceInvalidStateException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AmqpException.AmqpResourceInvalidStateException (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0.8.0-SNAPSHOT/api/com/rabbitmq/client/amqp/AmqpException.AmqpSecurityException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (21) on Thu Sep 11 07:41:10 UTC 2025 -->
4+
<!-- Generated by javadoc (21) on Thu Sep 11 10:10:23 UTC 2025 -->
55
<title>AmqpException.AmqpSecurityException (RabbitMQ AMQP 1.0 Java client 0.8.0-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0 commit comments

Comments
 (0)