java-sdk/docs/testcontainers-dapr/apidocs/allclasses-index.html

138 lines
11 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Wed Aug 13 15:52:33 CDT 2025 -->
<title>All Classes and Interfaces (testcontainers-dapr 0.16.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2025-08-13">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-classes-index-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#all-classes">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1>
</div>
<div id="all-classes-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="all-classes-table-tab0" role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="all-classes-table-tab1" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab1', 2)" class="table-tab">Interfaces</button><button id="all-classes-table-tab2" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab2', 2)" class="table-tab">Classes</button><button id="all-classes-table-tab3" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab3', 2)" class="table-tab">Enums</button></div>
<div id="all-classes-table.tabpanel" role="tabpanel">
<div class="summary-table two-column-summary" aria-labelledby="all-classes-table-tab0">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/AppHttpPipeline.html" title="class in io.dapr.testcontainers">AppHttpPipeline</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/Component.html" title="class in io.dapr.testcontainers">Component</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Represents a Dapr component.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/converter/ComponentYamlConverter.html" title="class in io.dapr.testcontainers.converter">ComponentYamlConverter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/Configuration.html" title="class in io.dapr.testcontainers">Configuration</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Represents a Dapr component.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="io/dapr/testcontainers/ConfigurationSettings.html" title="interface in io.dapr.testcontainers">ConfigurationSettings</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/converter/ConfigurationYamlConverter.html" title="class in io.dapr.testcontainers.converter">ConfigurationYamlConverter</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/DaprContainer.html" title="class in io.dapr.testcontainers">DaprContainer</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab1"><a href="io/dapr/testcontainers/DaprContainerConstants.html" title="interface in io.dapr.testcontainers">DaprContainerConstants</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="io/dapr/testcontainers/DaprLogLevel.html" title="enum in io.dapr.testcontainers">DaprLogLevel</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/DaprPlacementContainer.html" title="class in io.dapr.testcontainers">DaprPlacementContainer</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Test container for Dapr placement service.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab3"><a href="io/dapr/testcontainers/DaprProtocol.html" title="enum in io.dapr.testcontainers">DaprProtocol</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/DaprSchedulerContainer.html" title="class in io.dapr.testcontainers">DaprSchedulerContainer</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Test container for Dapr scheduler service.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/HttpEndpoint.html" title="class in io.dapr.testcontainers">HttpEndpoint</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/converter/HttpEndpointYamlConverter.html" title="class in io.dapr.testcontainers.converter">HttpEndpointYamlConverter</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/ListEntry.html" title="class in io.dapr.testcontainers">ListEntry</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/MetadataEntry.html" title="class in io.dapr.testcontainers">MetadataEntry</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/OtelTracingConfigurationSettings.html" title="class in io.dapr.testcontainers">OtelTracingConfigurationSettings</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Configuration settings for Otel tracing.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/Subscription.html" title="class in io.dapr.testcontainers">Subscription</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/converter/SubscriptionYamlConverter.html" title="class in io.dapr.testcontainers.converter">SubscriptionYamlConverter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/TracingConfigurationSettings.html" title="class in io.dapr.testcontainers">TracingConfigurationSettings</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Represents a Dapr tracing configuration parameters .</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="io/dapr/testcontainers/converter/YamlConverter.html" title="interface in io.dapr.testcontainers.converter">YamlConverter</a>&lt;<a href="io/dapr/testcontainers/converter/YamlConverter.html" title="type parameter in YamlConverter">T</a>&gt;</div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/converter/YamlMapperFactory.html" title="class in io.dapr.testcontainers.converter">YamlMapperFactory</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Factory for creating a YAML mapper.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="io/dapr/testcontainers/ZipkinTracingConfigurationSettings.html" title="class in io.dapr.testcontainers">ZipkinTracingConfigurationSettings</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Configuration settings for Zipkin tracing.</div>
</div>
</div>
</div>
</div>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2025. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>