Skip to content

Commit 01de52e

Browse files
author
pivotal-rabbitmq-ci
committed
Merge pull request #32 from rabbitmq/super-stream-consumer
Super stream support
1 parent 155180c commit 01de52e

File tree

494 files changed

+4886
-1442
lines changed

Some content is hidden

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

494 files changed

+4886
-1442
lines changed

0.5.0-SNAPSHOT/api/allclasses-frame.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:05 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:05 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -89,9 +89,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
8989
<li><a href="com/rabbitmq/stream/sasl/PlainSaslMechanism.html" title="class in com.rabbitmq.stream.sasl" target="classFrame">PlainSaslMechanism</a></li>
9090
<li><a href="com/rabbitmq/stream/Producer.html" title="interface in com.rabbitmq.stream" target="classFrame"><span class="interfaceName">Producer</span></a></li>
9191
<li><a href="com/rabbitmq/stream/ProducerBuilder.html" title="interface in com.rabbitmq.stream" target="classFrame"><span class="interfaceName">ProducerBuilder</span></a></li>
92-
<li><a href="com/rabbitmq/stream/ProducerBuilder.RoutingType.html" title="enum in com.rabbitmq.stream" target="classFrame">ProducerBuilder.RoutingType</a></li>
92+
<li><a href="com/rabbitmq/stream/ProducerBuilder.RoutingConfiguration.html" title="interface in com.rabbitmq.stream" target="classFrame"><span class="interfaceName">ProducerBuilder.RoutingConfiguration</span></a></li>
9393
<li><a href="com/rabbitmq/stream/Properties.html" title="interface in com.rabbitmq.stream" target="classFrame"><span class="interfaceName">Properties</span></a></li>
9494
<li><a href="com/rabbitmq/stream/codec/QpidProtonCodec.html" title="class in com.rabbitmq.stream.codec" target="classFrame">QpidProtonCodec</a></li>
95+
<li><a href="com/rabbitmq/stream/RoutingStrategy.html" title="interface in com.rabbitmq.stream" target="classFrame"><span class="interfaceName">RoutingStrategy</span></a></li>
96+
<li><a href="com/rabbitmq/stream/RoutingStrategy.Metadata.html" title="interface in com.rabbitmq.stream" target="classFrame"><span class="interfaceName">RoutingStrategy.Metadata</span></a></li>
9597
<li><a href="com/rabbitmq/stream/sasl/SaslConfiguration.html" title="interface in com.rabbitmq.stream.sasl" target="classFrame"><span class="interfaceName">SaslConfiguration</span></a></li>
9698
<li><a href="com/rabbitmq/stream/sasl/SaslMechanism.html" title="interface in com.rabbitmq.stream.sasl" target="classFrame"><span class="interfaceName">SaslMechanism</span></a></li>
9799
<li><a href="com/rabbitmq/stream/perf/ShutdownService.html" title="class in com.rabbitmq.stream.perf" target="classFrame">ShutdownService</a></li>

0.5.0-SNAPSHOT/api/allclasses-noframe.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:05 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:05 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -89,9 +89,11 @@ <h1 class="bar">All&nbsp;Classes</h1>
8989
<li><a href="com/rabbitmq/stream/sasl/PlainSaslMechanism.html" title="class in com.rabbitmq.stream.sasl">PlainSaslMechanism</a></li>
9090
<li><a href="com/rabbitmq/stream/Producer.html" title="interface in com.rabbitmq.stream"><span class="interfaceName">Producer</span></a></li>
9191
<li><a href="com/rabbitmq/stream/ProducerBuilder.html" title="interface in com.rabbitmq.stream"><span class="interfaceName">ProducerBuilder</span></a></li>
92-
<li><a href="com/rabbitmq/stream/ProducerBuilder.RoutingType.html" title="enum in com.rabbitmq.stream">ProducerBuilder.RoutingType</a></li>
92+
<li><a href="com/rabbitmq/stream/ProducerBuilder.RoutingConfiguration.html" title="interface in com.rabbitmq.stream"><span class="interfaceName">ProducerBuilder.RoutingConfiguration</span></a></li>
9393
<li><a href="com/rabbitmq/stream/Properties.html" title="interface in com.rabbitmq.stream"><span class="interfaceName">Properties</span></a></li>
9494
<li><a href="com/rabbitmq/stream/codec/QpidProtonCodec.html" title="class in com.rabbitmq.stream.codec">QpidProtonCodec</a></li>
95+
<li><a href="com/rabbitmq/stream/RoutingStrategy.html" title="interface in com.rabbitmq.stream"><span class="interfaceName">RoutingStrategy</span></a></li>
96+
<li><a href="com/rabbitmq/stream/RoutingStrategy.Metadata.html" title="interface in com.rabbitmq.stream"><span class="interfaceName">RoutingStrategy.Metadata</span></a></li>
9597
<li><a href="com/rabbitmq/stream/sasl/SaslConfiguration.html" title="interface in com.rabbitmq.stream.sasl"><span class="interfaceName">SaslConfiguration</span></a></li>
9698
<li><a href="com/rabbitmq/stream/sasl/SaslMechanism.html" title="interface in com.rabbitmq.stream.sasl"><span class="interfaceName">SaslMechanism</span></a></li>
9799
<li><a href="com/rabbitmq/stream/perf/ShutdownService.html" title="class in com.rabbitmq.stream.perf">ShutdownService</a></li>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/Address.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Address (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/AddressResolver.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>AddressResolver (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/AuthenticationFailureException.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>AuthenticationFailureException (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/BackOffDelayPolicy.FixedWithInitialDelayAndTimeoutBackOffPolicy.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>BackOffDelayPolicy.FixedWithInitialDelayAndTimeoutBackOffPolicy (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/BackOffDelayPolicy.FixedWithInitialDelayBackOffPolicy.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>BackOffDelayPolicy.FixedWithInitialDelayBackOffPolicy (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/BackOffDelayPolicy.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>BackOffDelayPolicy (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/ByteCapacity.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ByteCapacity (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/ChannelCustomizer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ChannelCustomizer (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/ChunkChecksum.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ChunkChecksum (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/ChunkChecksumValidationException.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:03 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ChunkChecksumValidationException (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/Codec.EncodedMessage.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:04 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Codec.EncodedMessage (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/Codec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:04 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Codec (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/ConfirmationHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:04 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ConfirmationHandler (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0.5.0-SNAPSHOT/api/com/rabbitmq/stream/ConfirmationStatus.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_302) on Tue Sep 21 07:36:04 GMT 2021 -->
5+
<!-- Generated by javadoc (1.8.0_302) on Mon Sep 27 14:20:04 GMT 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ConfirmationStatus (RabbitMQ Stream Java Client 0.5.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2021-09-21">
8+
<meta name="date" content="2021-09-27">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
<script type="text/javascript" src="../../../script.js"></script>
1111
</head>

0 commit comments

Comments
 (0)