Class HazelcastRemoteInfraService

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

public class HazelcastRemoteInfraService extends Object implements HazelcastInfraService
  • Constructor Details

    • HazelcastRemoteInfraService

      public HazelcastRemoteInfraService()
  • 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