Class HazelcastEmbeddedInfraService

java.lang.Object
org.apache.camel.test.infra.hazelcast.services.HazelcastEmbeddedInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, HazelcastInfraService

@InfraService(service=HazelcastInfraService.class, description="In Memory Database Hazelcast", serviceAlias="hazelcast") public class HazelcastEmbeddedInfraService extends Object implements HazelcastInfraService
  • Constructor Details

    • HazelcastEmbeddedInfraService

      public HazelcastEmbeddedInfraService()
  • Method Details

    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • createConfiguration

      public com.hazelcast.config.Config createConfiguration(String name, int port, String instanceName, String componentName)
      Specified by:
      createConfiguration in interface HazelcastInfraService