Package | Description |
---|---|
org.adroitlogic.x.base.connector |
This package contains the abstract base implementations of the ingress and egress connections as well as the
connector operations
|
org.adroitlogic.x.base.trp |
This package contains the base classes of the transport framework of Project-X, while the transport framework is
fully transparent from the day today use and the process of building integration flows based on Project-X one might
want to traverse these classes in-order to write his own custom transport.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduledIngressConnectorElement<L extends ScheduledListenerConfig,C extends ScheduledIngressConfig>
The scheduled ingress connector element that defines the base for the polling connectors
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScheduledTransportListener<T extends ScheduledListenerConfig,C extends ScheduledIngressConfig>
Abstract base class for all the polling transport listeners which will be triggered based on the configured schedule.
|
class |
ListenerAwareScheduledMessageInjector<T extends AbstractScheduledTransportListener,C extends ScheduledIngressConfig,R extends FetchReference<F>,F>
A base class for the polling scheduled message injectors that are aware of the respective
AbstractScheduledTransportListener |
class |
ListenerAwareTriggeredMessageInjector<C extends ScheduledIngressConfig,L extends AbstractScheduledTransportListener> |
class |
ScheduledMessageInjector<C extends ScheduledIngressConfig,R extends FetchReference<T>,T>
Abstract base class for scheduled message injecting.
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.