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.connector.flowValidators |
Base classes of the flow validators, including the connector validation and processor validation
|
org.adroitlogic.x.base.util |
Utilities used by the base Project-X framework, that are used by the feature initialization and maintenance, the
flow validations, locking and few generic utilities
|
org.adroitlogic.x.test.connector |
This package contains the base and related classes to be used for the unit test classes for ingress connectors
|
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 |
AbstractIngressConnectorValidator<T extends IngressConnectorElement>
This abstract class should be extended by any flow validator that will be validating a sub class of
IngressConnectorElement . |
Modifier and Type | Method and Description |
---|---|
static boolean |
FlowValidationUtil.isFlowComplete(IngressConnectorElement ingressConnector) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIngressConnectorTest<C extends IngressConnectorElement>
This is the abstract class to be inherited by any unit test class for any
IngressConnectorElement |
Copyright © 2016–2019 AdroitLogic. All rights reserved.