| 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.
|
| Class and Description |
|---|
| ScheduledListenerConfig
A base class for the listener configurations that are used by the polling
AbstractScheduledTransportListener |
| ScheduledMessageInjector
Abstract base class for scheduled message injecting.
|
| SchedulerConfig
The scheduler configurations for the scheduled transports
|
| Class and Description |
|---|
| AbstractScheduledTransportListener
Abstract base class for all the polling transport listeners which will be triggered based on the configured schedule.
|
| FetchReference
This interface defines the fetch reference for scheduled transports that follow the list and then fetch the resource
that composes the message, for example a directory polling where it will first list the directory to find the files
in it and then fetches the files individually
|
| ListenerAwareScheduledMessageInjector
A base class for the polling scheduled message injectors that are aware of the respective
AbstractScheduledTransportListener |
| ScheduledJobContext.ExecutionHandle |
| ScheduledJobContext.PollingHandle |
| ScheduledListenerConfig
A base class for the listener configurations that are used by the polling
AbstractScheduledTransportListener |
| ScheduledMessageInjector
Abstract base class for scheduled message injecting.
|
| SchedulerConfig
The scheduler configurations for the scheduled transports
|
| SendCallback
This class is used to get the delivery confirmation, provided that the transport supports it.
|
| SendNotification
This class implements a notification for the transport senders that are asynchronous and requires a guarantee
on the delivery of the messages to the destination
|
| SimpleFetchReference
A simple fetch reference that uses a String identifier for the fetch reference.
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.