Package | Description |
---|---|
org.mule.module.db.internal.result.resultset | |
org.mule.module.db.internal.result.statement | |
org.mule.streaming | |
org.mule.streaming.processor | |
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultSetIterator
Iterates a
ResultSet to provide rows streaming |
Modifier and Type | Class and Description |
---|---|
class |
CloseableMap<K,V>
|
Modifier and Type | Interface and Description |
---|---|
interface |
Consumer<T>
General interface for components able to consume data from any specific resource
or stream, following the Producer-Consumer design pattern.
|
interface |
Producer<T>
A producer implementation that follows the idea of the Producer-Consumer design
pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsumer<T,P>
Base implementation of
Consumer . |
class |
CompositeProducer<T>
Implementation of
Producer to expose streams from several producers as a
single data feed. |
class |
ConsumerIterator<T>
|
class |
ListableObjectStoreProducer<T extends Serializable>
Implementation of
Producer to stream the contents of a
ListableObjectStore |
class |
ListConsumer<T>
|
class |
PagingDelegate<T>
A PagingDelegate is a
Closeable capable of consuming a data feed in pages. |
class |
PagingDelegateProducer<T>
Implementation of
Producer that uses an instance of PagingDelegate
to get its results |
class |
PagingDelegateWrapper<T>
This implementation of
PagingDelegate takes care of enforcing some basic
behaviour of the delegate contract so that users don't have to. |
class |
ProviderAwarePagingDelegate<T,P>
Similar to
PagingDelegate but aware of the actual
component that provides the data being paged |
class |
QueueProducer<T>
|
class |
SimpleConsumer<T>
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedPagingDelegateAdapter<T>
Adapter class to adapt a
ProviderAwarePagingDelegate into
a PagingDelegate
Allows executing paging operations in a managed context defined by an owning ProcessTemplate |
Modifier and Type | Class and Description |
---|---|
class |
CustomCachingConnectionFactory |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.