RSMassTransit.Client.RabbitMQ.xml

<?xml version="1.0" encoding="utf-8"?>
<doc>
    <assembly>
        <name>RSMassTransit.Client.RabbitMQ</name>
    </assembly>
    <members>
        <member name="T:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices">
            <summary>
              Client that invokes actions on a RSMassTransit instance via a
              RabbitMQ message bus.
            </summary>
        </member>
        <member name="F:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices.UriScheme">
            <summary>
              The scheme component required in message bus URIs.
            </summary>
        </member>
        <member name="M:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices.#ctor(RSMassTransit.Client.ReportingServicesConfiguration)">
            <summary>
              Creates a new <see cref="T:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices" />
              instance with the specified configuration.
            </summary>
            <param name="configuration">
              The configuration for the client, specifying how to communicate
              with RSMassTransit.
            </param>
            <exception cref="T:System.ArgumentNullException">
              <paramref name="configuration" /> is <see langword="null" />.
            </exception>
        </member>
        <member name="M:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices.CreateBus(System.Uri@)">
            <summary>
              When implemented in a derived class, creates the message bus
              instance used to communicate with RSMassTransit.
            </summary><param name="queueUri">
              When this method returns, contains the normalized URI of the bus
              queue used to send and receive messages.
            </param><returns>
              The message bus instance on which to send and receive messages.
            </returns>
        </member>
        <member name="M:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices.NormalizeBusUri(System.String,System.String)">
            <summary>
              Validates the configured bus URI and converts it to a normalized
              form.
            </summary><param name="scheme">
              The required URI scheme.
            </param><param name="kind">
              A short human-readable name for the kind of bus URI.
            </param><returns>
              The normalized bus URI.
            </returns><exception cref="T:MassTransit.ConfigurationException">
              The <see cref="P:RSMassTransit.Client.ReportingServicesConfiguration.BusUri" /> value is
              not a valid URI for the <paramref name="kind" /> of bus.
            </exception>
        </member>
        <member name="M:RSMassTransit.Client.RabbitMQ.RabbitMqReportingServices.NormalizeBusCredential">
            <summary>
              Validates the configured bus credential and converts to a
              normalized form.
            </summary><returns>
              The normalized bus credential.
            </returns><exception cref="T:MassTransit.ConfigurationException">
              The <see cref="P:RSMassTransit.Client.ReportingServicesConfiguration.BusCredential" />
              property is <see langword="null" />.
            </exception>
        </member>
    </members>
</doc>