com.azure.core.annotation.ServiceClientProtocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-core Show documentation
Show all versions of azure-core Show documentation
This package contains core types for Azure Java clients.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.core.annotation;
/**
* Enumeration of protocols available for setting the {@link ServiceClientBuilder#protocol() protocol} property of
* {@link ServiceClientBuilder} annotation.
*/
public enum ServiceClientProtocol {
/**
* HTTP protocol.
*/
HTTP,
/**
* AMQP protocol.
*/
AMQP
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy