
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