Interface ISenderReceiver
-
- All Superinterfaces:
AzComponent,AzResource,Refreshable
public interface ISenderReceiver extends AzResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource
AzResource.Draft<T extends AzResource,R>, AzResource.FormalStatus, AzResource.None, AzResource.Status
-
-
Field Summary
-
Fields inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource
CACHE_LIFETIME, CONNECT_RESOURCE, CREATE_RESOURCE, DEPLOY, NONE, RESOURCE_GROUP_PLACEHOLDER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisListening()booleanisSendEnabled()voidsendMessage(String message)voidstartReceivingMessage()voidstopReceivingMessage()-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzComponent
getId, getName
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.model.AzResource
delete, exists, getFormalStatus, getFullResourceType, getModule, getPortalUrl, getResourceGroupName, getResourceTypeName, getStatus, getSubscription, getSubscriptionId, id, name, refresh
-
-
-
-
Method Detail
-
startReceivingMessage
void startReceivingMessage()
-
stopReceivingMessage
void stopReceivingMessage()
-
sendMessage
void sendMessage(String message)
-
isListening
boolean isListening()
-
isSendEnabled
boolean isSendEnabled()
-
-