|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 |
| -<!-- Generated by javadoc (17) on Thu Jun 29 07:11:26 UTC 2023 --> |
| 4 | +<!-- Generated by javadoc (17) on Thu Jun 29 07:44:27 UTC 2023 --> |
5 | 5 | <title>Environment (RabbitMQ Stream Java Client 0.11.0-SNAPSHOT API)</title>
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
@@ -147,6 +147,11 @@ <h2>Method Summary</h2>
|
147 | 147 | <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
|
148 | 148 | <div class="block">Return a <a href="StreamCreator.html" title="interface in com.rabbitmq.stream"><code>StreamCreator</code></a> to configure and create a stream.</div>
|
149 | 149 | </div>
|
| 150 | +<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div> |
| 151 | +<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#streamExists(java.lang.String)" class="member-name-link">streamExists</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> stream)</code></div> |
| 152 | +<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| 153 | +<div class="block">Return whether a stream exists or not.</div> |
| 154 | +</div> |
150 | 155 | </div>
|
151 | 156 | </div>
|
152 | 157 | </div>
|
@@ -224,6 +229,22 @@ <h3>queryStreamStats</h3>
|
224 | 229 | </section>
|
225 | 230 | </li>
|
226 | 231 | <li>
|
| 232 | +<section class="detail" id="streamExists(java.lang.String)"> |
| 233 | +<h3>streamExists</h3> |
| 234 | +<div class="member-signature"><span class="return-type">boolean</span> <span class="element-name">streamExists</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> stream)</span></div> |
| 235 | +<div class="block">Return whether a stream exists or not.</div> |
| 236 | +<dl class="notes"> |
| 237 | +<dt>Parameters:</dt> |
| 238 | +<dd><code>stream</code> - </dd> |
| 239 | +<dt>Returns:</dt> |
| 240 | +<dd>true if stream exists, false if it does not exist</dd> |
| 241 | +<dt>Throws:</dt> |
| 242 | +<dd><code><a href="StreamException.html" title="class in com.rabbitmq.stream">StreamException</a></code> - if response code is different from <a href="Constants.html#RESPONSE_CODE_OK"><code>Constants.RESPONSE_CODE_OK</code></a> |
| 243 | + or <a href="Constants.html#RESPONSE_CODE_STREAM_DOES_NOT_EXIST"><code>Constants.RESPONSE_CODE_STREAM_DOES_NOT_EXIST</code></a></dd> |
| 244 | +</dl> |
| 245 | +</section> |
| 246 | +</li> |
| 247 | +<li> |
227 | 248 | <section class="detail" id="producerBuilder()">
|
228 | 249 | <h3>producerBuilder</h3>
|
229 | 250 | <div class="member-signature"><span class="return-type"><a href="ProducerBuilder.html" title="interface in com.rabbitmq.stream">ProducerBuilder</a></span> <span class="element-name">producerBuilder</span>()</div>
|
|
0 commit comments