Uses of Class
dev.getelements.elements.rt.remote.jeromq.guice.JeroMQNodeModule
Packages that use JeroMQNodeModule
-
Uses of JeroMQNodeModule in dev.getelements.elements.rt.remote.jeromq.guice
Methods in dev.getelements.elements.rt.remote.jeromq.guice that return JeroMQNodeModuleModifier and TypeMethodDescriptionJeroMQNodeModule.withAnnotation
(Annotation annotation) Specifies anAnnotation
to bind to the underlyingNode
.JeroMQNodeModule.withAnnotation
(String name) Specifies the annotation as a name annotated node.JeroMQNodeModule.withDefaultNodeName()
Specifies the default symbolic name of the node using theNode.NAME
.JeroMQNodeModule.withMasterNodeForInstanceId
(InstanceId instanceId) Indicates that this instance should bind theNode
as a master node supplying theInstanceId
JeroMQNodeModule.withMaximumConnections
(int maximumConnections) Specifies the maximum number of connections to keep active, even if the timeout has expired.JeroMQNodeModule.withMinimumConnections
(int minimumConnections) Specifies the minimum number of connections to keep active, even if the timeout has expired.JeroMQNodeModule.withNodeId
(InstanceId instanceId, ApplicationId applicationId) A shortcut for invokingwithNodeId(InstanceId, ApplicationId)
usingNodeId.forInstanceAndApplication(InstanceId, ApplicationId)
.JeroMQNodeModule.withNodeId
(NodeId nodeId) Specifies the symbolic name of the node using theNode.NAME
.JeroMQNodeModule.withNodeName
(String nodeName) Specifies the symbolic name of the node using theNode.NAME
.