Class AzureStorageQueueInfraService
java.lang.Object
org.apache.camel.test.infra.azure.storage.queue.services.AzureStorageQueueInfraService
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.test.infra.azure.common.services.AzureInfraService,org.apache.camel.test.infra.common.services.InfrastructureService
public class AzureStorageQueueInfraService
extends Object
implements org.apache.camel.test.infra.azure.common.services.AzureInfraService
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.test.infra.azure.common.services.AzureInfraService
credentialTypeMethods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService
close
-
Constructor Details
-
AzureStorageQueueInfraService
public AzureStorageQueueInfraService()
-
-
Method Details
-
registerProperties
public void registerProperties()- Specified by:
registerPropertiesin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
initialize
public void initialize()- Specified by:
initializein interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.camel.test.infra.common.services.InfrastructureService
-
azureCredentials
public org.apache.camel.test.infra.azure.common.AzureCredentialsHolder azureCredentials()- Specified by:
azureCredentialsin interfaceorg.apache.camel.test.infra.azure.common.services.AzureInfraService
-
host
- Specified by:
hostin interfaceorg.apache.camel.test.infra.azure.common.services.AzureInfraService
-
port
public int port()- Specified by:
portin interfaceorg.apache.camel.test.infra.azure.common.services.AzureInfraService
-
accountName
- Specified by:
accountNamein interfaceorg.apache.camel.test.infra.azure.common.services.AzureInfraService
-
accessKey
- Specified by:
accessKeyin interfaceorg.apache.camel.test.infra.azure.common.services.AzureInfraService
-