Class AzureStorageQueueLocalContainerInfraService

java.lang.Object
org.apache.camel.test.infra.azure.common.services.AzureStorageInfraService
org.apache.camel.test.infra.azure.storage.queue.services.AzureStorageQueueLocalContainerInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.azure.common.services.AzureInfraService, org.apache.camel.test.infra.common.services.ContainerService<org.apache.camel.test.infra.azure.common.services.AzuriteContainer>, org.apache.camel.test.infra.common.services.InfrastructureService

@InfraService(service=org.apache.camel.test.infra.azure.common.services.AzureInfraService.class, description="Local Azure services with Azurite", serviceAlias="azure", serviceImplementationAlias="storage-queue") public class AzureStorageQueueLocalContainerInfraService extends org.apache.camel.test.infra.azure.common.services.AzureStorageInfraService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.apache.camel.test.infra.azure.common.AzureCredentialsHolder
     
     
    int
     
    void
     

    Methods inherited from class org.apache.camel.test.infra.azure.common.services.AzureStorageInfraService

    getContainer, initContainer, initialize, shutdown

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.test.infra.azure.common.services.AzureInfraService

    credentialType

    Methods inherited from interface org.apache.camel.test.infra.common.services.ContainerService

    followLog

    Methods inherited from interface org.apache.camel.test.infra.common.services.InfrastructureService

    close
  • Constructor Details

    • AzureStorageQueueLocalContainerInfraService

      public AzureStorageQueueLocalContainerInfraService()
  • Method Details

    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
      Overrides:
      registerProperties in class org.apache.camel.test.infra.azure.common.services.AzureStorageInfraService
    • azureCredentials

      public org.apache.camel.test.infra.azure.common.AzureCredentialsHolder azureCredentials()
    • host

      public String host()
    • port

      public int port()
    • accountName

      public String accountName()
    • accessKey

      public String accessKey()