All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.functions.signalr.SignalRConnectionInfo Maven / Gradle / Ivy

Go to download

This package contains all Java interfaces and annotations to interact with Microsoft Azure functions runtime for SignalR Service.

The newest version!
/**
 * Copyright (c) Microsoft Corporation. All rights reserved.
 * Licensed under the MIT License. See License.txt in the project root for
 * license information.
 */
package com.microsoft.azure.functions.signalr;

/**
 * 

* SignalR connection information (used with SignalRConnectionInfo input binding) *

* * @since 1.0.0 */ public class SignalRConnectionInfo { /** * SignalR Sevice endpoint */ public String url; /** * Access token to use to connect to SignalR Service endpoint */ public String accessToken; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy