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 | Method and Description |
---|---|
Class<? extends ScheduledMessageInjector> |
ScheduledIngressConfig.JobConfig.getJobClass() |
Constructor and Description |
---|
ScheduledIngressConfig(String connectorId,
Class<? extends ScheduledMessageInjector> jobClass) |
Modifier and Type | Class and Description |
---|---|
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> |
Copyright © 2016–2019 AdroitLogic. All rights reserved.