package dataobject
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
JmsDataObject(id: DataObjectId, jndiContextFactory: String, jndiProviderUrl: String, schemaMin: Option[StructType], authMode: AuthMode, batchSize: Int, maxWaitSec: Int, maxBatchAgeSec: Int, txBatchSize: Int, connectionFactory: String, queue: String, metadata: Option[DataObjectMetadata] = None)(implicit instanceRegistry: InstanceRegistry) extends DataObject with CanCreateDataFrame with SchemaValidation with Product with Serializable
DataObject of type JMS queue.
DataObject of type JMS queue. Provides details to an Action to access JMS queues.
- jndiContextFactory
JNDI Context Factory
- jndiProviderUrl
JNDI Provider URL
- authMode
authentication information: for now BasicAuthMode is supported.
- batchSize
JMS batch size
- connectionFactory
JMS Connection Factory
- queue
Name of MQ Queue
Value Members
- object JmsDataObject extends FromConfigFactory[DataObject] with Serializable