Skip to content

Commit 8e4a18d

Browse files
committed
Add support for RPC
With RPC client and server API.
1 parent e2ef5c8 commit 8e4a18d

File tree

274 files changed

+5412
-712
lines changed

Some content is hidden

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

274 files changed

+5412
-712
lines changed

1.0-SNAPSHOT/api/allclasses-index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>All Classes and Interfaces (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -159,6 +159,22 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
159159
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">&nbsp;</div>
160160
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Resource.StateListener.html" title="interface in com.rabbitmq.model">Resource.StateListener</a></div>
161161
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
162+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcClient.html" title="interface in com.rabbitmq.model">RpcClient</a></div>
163+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
164+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcClientBuilder.html" title="interface in com.rabbitmq.model">RpcClientBuilder</a></div>
165+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
166+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcClientBuilder.RpcClientAddressBuilder.html" title="interface in com.rabbitmq.model">RpcClientBuilder.RpcClientAddressBuilder</a></div>
167+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
168+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcServer.html" title="interface in com.rabbitmq.model">RpcServer</a></div>
169+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
170+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcServer.Context.html" title="interface in com.rabbitmq.model">RpcServer.Context</a></div>
171+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
172+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcServer.Handler.html" title="interface in com.rabbitmq.model">RpcServer.Handler</a></div>
173+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
174+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcServerBuilder.html" title="interface in com.rabbitmq.model">RpcServerBuilder</a></div>
175+
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
176+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/RpcServerBuilder.RpcServerAddressBuilder.html" title="interface in com.rabbitmq.model">RpcServerBuilder.RpcServerAddressBuilder</a></div>
177+
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
162178
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/UsernamePasswordCredentialsProvider.html" title="interface in com.rabbitmq.model">UsernamePasswordCredentialsProvider</a></div>
163179
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
164180
</div>

1.0-SNAPSHOT/api/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>All Packages (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/Address.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>Address (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, class: Address">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/AddressBuilder.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>AddressBuilder (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: AddressBuilder">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@@ -89,7 +89,7 @@ <h1 title="Interface AddressBuilder" class="title">Interface AddressBuilder&lt;T
8989
<section class="class-description" id="class-description">
9090
<dl class="notes">
9191
<dt>All Known Subinterfaces:</dt>
92-
<dd><code><a href="Message.MessageAddressBuilder.html" title="interface in com.rabbitmq.model">Message.MessageAddressBuilder</a></code>, <code><a href="PublisherBuilder.html" title="interface in com.rabbitmq.model">PublisherBuilder</a></code></dd>
92+
<dd><code><a href="Message.MessageAddressBuilder.html" title="interface in com.rabbitmq.model">Message.MessageAddressBuilder</a></code>, <code><a href="PublisherBuilder.html" title="interface in com.rabbitmq.model">PublisherBuilder</a></code>, <code><a href="RpcClientBuilder.RpcClientAddressBuilder.html" title="interface in com.rabbitmq.model">RpcClientBuilder.RpcClientAddressBuilder</a></code>, <code><a href="RpcServerBuilder.RpcServerAddressBuilder.html" title="interface in com.rabbitmq.model">RpcServerBuilder.RpcServerAddressBuilder</a></code></dd>
9393
</dl>
9494
<hr>
9595
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">AddressBuilder&lt;T&gt;</span></div>

1.0-SNAPSHOT/api/com/rabbitmq/model/BackOffDelayPolicy.FixedBackOffDelayPolicy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>BackOffDelayPolicy.FixedBackOffDelayPolicy (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: BackOffDelayPolicy, class: FixedBackOffDelayPolicy">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/BackOffDelayPolicy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>BackOffDelayPolicy (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: BackOffDelayPolicy">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/ByteCapacity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>ByteCapacity (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, class: ByteCapacity">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/Connection.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>Connection (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: Connection">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
@@ -129,6 +129,12 @@ <h2>Method Summary</h2>
129129
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="PublisherBuilder.html" title="interface in com.rabbitmq.model">PublisherBuilder</a></code></div>
130130
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#publisherBuilder()" class="member-name-link">publisherBuilder</a>()</code></div>
131131
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
132+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RpcClientBuilder.html" title="interface in com.rabbitmq.model">RpcClientBuilder</a></code></div>
133+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#rpcClientBuilder()" class="member-name-link">rpcClientBuilder</a>()</code></div>
134+
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
135+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="RpcServerBuilder.html" title="interface in com.rabbitmq.model">RpcServerBuilder</a></code></div>
136+
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#rpcServerBuilder()" class="member-name-link">rpcServerBuilder</a>()</code></div>
137+
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
132138
</div>
133139
</div>
134140
</div>
@@ -162,6 +168,18 @@ <h3>consumerBuilder</h3>
162168
</section>
163169
</li>
164170
<li>
171+
<section class="detail" id="rpcClientBuilder()">
172+
<h3>rpcClientBuilder</h3>
173+
<div class="member-signature"><span class="return-type"><a href="RpcClientBuilder.html" title="interface in com.rabbitmq.model">RpcClientBuilder</a></span>&nbsp;<span class="element-name">rpcClientBuilder</span>()</div>
174+
</section>
175+
</li>
176+
<li>
177+
<section class="detail" id="rpcServerBuilder()">
178+
<h3>rpcServerBuilder</h3>
179+
<div class="member-signature"><span class="return-type"><a href="RpcServerBuilder.html" title="interface in com.rabbitmq.model">RpcServerBuilder</a></span>&nbsp;<span class="element-name">rpcServerBuilder</span>()</div>
180+
</section>
181+
</li>
182+
<li>
165183
<section class="detail" id="close()">
166184
<h3>close</h3>
167185
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">close</span>()</div>

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionBuilder.RecoveryConfiguration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>ConnectionBuilder.RecoveryConfiguration (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: ConnectionBuilder, interface: RecoveryConfiguration">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>ConnectionBuilder (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: ConnectionBuilder">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionSettings.TlsSettings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>ConnectionSettings.TlsSettings (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: ConnectionSettings, interface: TlsSettings">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionSettings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>ConnectionSettings (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: ConnectionSettings">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/Consumer.Context.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>Consumer.Context (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: Consumer, interface: Context">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/Consumer.MessageHandler.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>Consumer.MessageHandler (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: Consumer, interface: MessageHandler">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/Consumer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>Consumer (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: Consumer">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConsumerBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>ConsumerBuilder (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: ConsumerBuilder">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

1.0-SNAPSHOT/api/com/rabbitmq/model/CredentialsProvider.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Fri May 03 13:42:47 UTC 2024 -->
55
<title>CredentialsProvider (RabbitMQ AMQP 1.0 Java client 1.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">
8-
<meta name="dc.created" content="2024-04-30">
8+
<meta name="dc.created" content="2024-05-03">
99
<meta name="description" content="declaration: package: com.rabbitmq.model, interface: CredentialsProvider">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)