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 suppliedModule
to the clientInstance
.JeroMQEmbeddedTestService.withDefaultHttpClient()
Installs the defaultClient
to the workerInstance
.JeroMQEmbeddedTestService.withNodeModuleFactory
(JeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory nodeModuleFactory) Specifies anJeroMQEmbeddedWorkerInstanceContainer.NodeModuleFactory
to use when creating newNode
s in the worker instance.JeroMQEmbeddedTestService.withSecurity
(JeroMQSecurity jeroMQSecurity) Specifies an alternative security context.JeroMQEmbeddedTestService.withUnixFSWorker()
Configures theWorker
to use the UnixFS Storage system.JeroMQEmbeddedTestService.withWorker()
Configures a workerInstance
.JeroMQEmbeddedTestService.withWorkerBindAddress
(String workerBindAddress) Specifies theWorker
bind address.JeroMQEmbeddedTestService.withWorkerModule
(com.google.inject.Module module) Installs the suppliedModule
to 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.