Uses of Class
dev.getelements.elements.test.JeroMQEmbeddedTestService
Packages that use JeroMQEmbeddedTestService
-
Uses of JeroMQEmbeddedTestService in dev.getelements.elements.test
Methods in dev.getelements.elements.test that return JeroMQEmbeddedTestServiceModifier and TypeMethodDescriptionJeroMQEmbeddedTestService.withClient()Configures a clientInstance.JeroMQEmbeddedTestService.withClientModule(com.google.inject.Module module) Installs the suppliedModuleto the clientInstance.JeroMQEmbeddedTestService.withDefaultHttpClient()Installs the defaultClientto the workerInstance.JeroMQEmbeddedTestService.withNodeModuleFactory(JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory nodeModuleFactory) Specifies anJeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactoryto use when creating newNodes in the worker instance.JeroMQEmbeddedTestService.withSecurity(JeroMQSecurity jeroMQSecurity) Specifies an alternative security context.JeroMQEmbeddedTestService.withUnixFSWorker()Configures theWorkerto use the UnixFS Storage system.JeroMQEmbeddedTestService.withWorker()Configures a workerInstance.JeroMQEmbeddedTestService.withWorkerBindAddress(String workerBindAddress) Specifies theWorkerbind address.JeroMQEmbeddedTestService.withWorkerModule(com.google.inject.Module module) Installs the suppliedModuleto the workerInstance.JeroMQEmbeddedTestService.withZContext(org.zeromq.ZContext zContext) Specifies an alternative ZContext.Methods in dev.getelements.elements.test that return types with arguments of type JeroMQEmbeddedTestServiceModifier and TypeMethodDescriptionJeroMQEmbeddedTestService.withApplicationNode()Adds a randomly-assignedJeroMQEmbeddedTestService.withApplicationNode(ApplicationId applicationId) Begins specialized configuration for an application with the specifiedApplicationId.JeroMQEmbeddedTestService.withApplicationNode(String uniqueName) Begins specialized configuration for an application with the specified unique name.