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

com.microsoft.azure.toolkit.lib.common.messager.AzureMessagerProvider Maven / Gradle / Ivy

The newest version!
package com.microsoft.azure.toolkit.lib.common.messager;

import javax.annotation.Nonnull;

@FunctionalInterface
public interface AzureMessagerProvider {
    @Nonnull
    IAzureMessager getMessager();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy