public class ZeroMQConnectionTargetDefinition
extends org.fabric3.spi.model.physical.PhysicalConnectionTargetDefinition
| Constructor and Description |
|---|
ZeroMQConnectionTargetDefinition(java.net.URI uri,
org.fabric3.api.binding.zeromq.model.ZeroMQMetadata metadata,
boolean dedicatedThread)
Constructor for a channel connection.
|
| Modifier and Type | Method and Description |
|---|---|
org.fabric3.api.binding.zeromq.model.ZeroMQMetadata |
getMetadata() |
boolean |
isDedicatedThread() |
getDeployable, setDeployablepublic ZeroMQConnectionTargetDefinition(java.net.URI uri,
org.fabric3.api.binding.zeromq.model.ZeroMQMetadata metadata,
boolean dedicatedThread)
uri - the channel URImetadata - the ZeroMQ metadata to configure the underlying socketdedicatedThread - true if the ZeroMQ publisher will always be called on the same thread (e.g. from a ring buffer consumer)