Skip to content

Commit e2ef5c8

Browse files
committed
Allow only byte[] for message body
Which translates to a data section in AMQP 1.0. We prefer to restrict the body type for the best interoperability with other protocols: they can understand an array of bytes but not the 2 other body types of AMQP 1.0 (AMQP value and AMQP sequence).
1 parent 51eb4f7 commit e2ef5c8

File tree

240 files changed

+676
-770
lines changed

Some content is hidden

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

240 files changed

+676
-770
lines changed

1.0-SNAPSHOT/api/allclasses-index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">
@@ -87,9 +87,9 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
8787
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
8888
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Consumer.Context.html" title="interface in com.rabbitmq.model">Consumer.Context</a></div>
8989
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
90-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Consumer.MessageHandler.html" title="interface in com.rabbitmq.model">Consumer.MessageHandler&lt;T&gt;</a></div>
90+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Consumer.MessageHandler.html" title="interface in com.rabbitmq.model">Consumer.MessageHandler</a></div>
9191
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
92-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder&lt;T&gt;</a></div>
92+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a></div>
9393
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
9494
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/CredentialsProvider.html" title="interface in com.rabbitmq.model">CredentialsProvider</a></div>
9595
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
@@ -135,17 +135,17 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
135135
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
136136
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Management.UnbindSpecification.html" title="interface in com.rabbitmq.model">Management.UnbindSpecification</a></div>
137137
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
138-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Message.html" title="interface in com.rabbitmq.model">Message&lt;T&gt;</a></div>
138+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Message.html" title="interface in com.rabbitmq.model">Message</a></div>
139139
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
140-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Message.MessageAddressBuilder.html" title="interface in com.rabbitmq.model">Message.MessageAddressBuilder&lt;T&gt;</a></div>
140+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Message.MessageAddressBuilder.html" title="interface in com.rabbitmq.model">Message.MessageAddressBuilder</a></div>
141141
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
142142
<div class="col-first even-row-color all-classes-table all-classes-table-tab5"><a href="com/rabbitmq/model/ModelException.html" title="class in com.rabbitmq.model">ModelException</a></div>
143143
<div class="col-last even-row-color all-classes-table all-classes-table-tab5">&nbsp;</div>
144144
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Publisher.html" title="interface in com.rabbitmq.model">Publisher</a></div>
145145
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
146-
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Publisher.Callback.html" title="interface in com.rabbitmq.model">Publisher.Callback&lt;T&gt;</a></div>
146+
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Publisher.Callback.html" title="interface in com.rabbitmq.model">Publisher.Callback</a></div>
147147
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
148-
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Publisher.Context.html" title="interface in com.rabbitmq.model">Publisher.Context&lt;T&gt;</a></div>
148+
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="com/rabbitmq/model/Publisher.Context.html" title="interface in com.rabbitmq.model">Publisher.Context</a></div>
149149
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
150150
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="com/rabbitmq/model/Publisher.Status.html" title="enum in com.rabbitmq.model">Publisher.Status</a></div>
151151
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">&nbsp;</div>

1.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">
@@ -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>&lt;T&gt;</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></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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/BackOffDelayPolicy.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/ByteCapacity.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

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

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">
@@ -120,18 +120,15 @@ <h2>Method Summary</h2>
120120
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
121121
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#close()" class="member-name-link">close</a>()</code></div>
122122
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
123-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>&lt;T&gt;&nbsp;<a href="ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a><wbr>&lt;T&gt;</code></div>
123+
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a></code></div>
124124
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#consumerBuilder()" class="member-name-link">consumerBuilder</a>()</code></div>
125125
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
126-
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>&lt;T&gt;&nbsp;<a href="ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a><wbr>&lt;T&gt;</code></div>
127-
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#consumerBuilder(java.lang.Class)" class="member-name-link">consumerBuilder</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;? extends T&gt;&nbsp;bodyClass)</code></div>
126+
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Management.html" title="interface in com.rabbitmq.model">Management</a></code></div>
127+
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#management()" class="member-name-link">management</a>()</code></div>
128128
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
129-
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Management.html" title="interface in com.rabbitmq.model">Management</a></code></div>
130-
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#management()" class="member-name-link">management</a>()</code></div>
129+
<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>
130+
<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="PublisherBuilder.html" title="interface in com.rabbitmq.model">PublisherBuilder</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="#publisherBuilder()" class="member-name-link">publisherBuilder</a>()</code></div>
134-
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
135132
</div>
136133
</div>
137134
</div>
@@ -161,13 +158,7 @@ <h3>publisherBuilder</h3>
161158
<li>
162159
<section class="detail" id="consumerBuilder()">
163160
<h3>consumerBuilder</h3>
164-
<div class="member-signature"><span class="type-parameters">&lt;T&gt;</span>&nbsp;<span class="return-type"><a href="ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a>&lt;T&gt;</span>&nbsp;<span class="element-name">consumerBuilder</span>()</div>
165-
</section>
166-
</li>
167-
<li>
168-
<section class="detail" id="consumerBuilder(java.lang.Class)">
169-
<h3>consumerBuilder</h3>
170-
<div class="member-signature"><span class="type-parameters">&lt;T&gt;</span>&nbsp;<span class="return-type"><a href="ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a>&lt;T&gt;</span>&nbsp;<span class="element-name">consumerBuilder</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;? extends T&gt;&nbsp;bodyClass)</span></div>
161+
<div class="member-signature"><span class="return-type"><a href="ConsumerBuilder.html" title="interface in com.rabbitmq.model">ConsumerBuilder</a></span>&nbsp;<span class="element-name">consumerBuilder</span>()</div>
171162
</section>
172163
</li>
173164
<li>

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionBuilder.RecoveryConfiguration.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionBuilder.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionSettings.TlsSettings.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/ConnectionSettings.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

1.0-SNAPSHOT/api/com/rabbitmq/model/Consumer.Context.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="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4-
<!-- Generated by javadoc (21) on Tue Apr 30 08:47:01 UTC 2024 -->
4+
<!-- Generated by javadoc (21) on Tue Apr 30 12:42:46 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">
@@ -84,15 +84,15 @@
8484
<!-- ======== START OF CLASS DATA ======== -->
8585
<div class="header">
8686
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">com.rabbitmq.model</a></div>
87-
<h1 title="Interface Consumer.MessageHandler" class="title">Interface Consumer.MessageHandler&lt;T&gt;</h1>
87+
<h1 title="Interface Consumer.MessageHandler" class="title">Interface Consumer.MessageHandler</h1>
8888
</div>
8989
<section class="class-description" id="class-description">
9090
<dl class="notes">
9191
<dt>Enclosing interface:</dt>
9292
<dd><code><a href="Consumer.html" title="interface in com.rabbitmq.model">Consumer</a></code></dd>
9393
</dl>
9494
<hr>
95-
<div class="type-signature"><span class="modifiers">public static interface </span><span class="element-name type-name-label">Consumer.MessageHandler&lt;T&gt;</span></div>
95+
<div class="type-signature"><span class="modifiers">public static interface </span><span class="element-name type-name-label">Consumer.MessageHandler</span></div>
9696
</section>
9797
<section class="summary">
9898
<ul class="summary-list">
@@ -109,7 +109,7 @@ <h2>Method Summary</h2>
109109
<div class="table-header col-last">Description</div>
110110
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
111111
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#handle(com.rabbitmq.model.Consumer.Context,com.rabbitmq.model.Message)" class="member-name-link">handle</a><wbr>(<a href="Consumer.Context.html" title="interface in com.rabbitmq.model">Consumer.Context</a>&nbsp;context,
112-
<a href="Message.html" title="interface in com.rabbitmq.model">Message</a>&lt;<a href="Consumer.MessageHandler.html" title="type parameter in Consumer.MessageHandler">T</a>&gt;&nbsp;message)</code></div>
112+
<a href="Message.html" title="interface in com.rabbitmq.model">Message</a>&nbsp;message)</code></div>
113113
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
114114
</div>
115115
</div>
@@ -129,7 +129,7 @@ <h2>Method Details</h2>
129129
<section class="detail" id="handle(com.rabbitmq.model.Consumer.Context,com.rabbitmq.model.Message)">
130130
<h3>handle</h3>
131131
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">handle</span><wbr><span class="parameters">(<a href="Consumer.Context.html" title="interface in com.rabbitmq.model">Consumer.Context</a>&nbsp;context,
132-
<a href="Message.html" title="interface in com.rabbitmq.model">Message</a>&lt;<a href="Consumer.MessageHandler.html" title="type parameter in Consumer.MessageHandler">T</a>&gt;&nbsp;message)</span></div>
132+
<a href="Message.html" title="interface in com.rabbitmq.model">Message</a>&nbsp;message)</span></div>
133133
</section>
134134
</li>
135135
</ul>

0 commit comments

Comments
 (0)