@Documented @Target(value=FIELD) @Retention(value=RUNTIME) @Inherited public @interface BeanRef
Bean Type | Field Type |
---|---|
BeanType.CONNECTOR_OPERATION |
XConnectorOperationElement |
Processor
or
a connector annotated with either an EgressConnector
or IngressConnector
annotationsModifier and Type | Required Element and Description |
---|---|
BeanType |
beanType
The type of the bean reference that this integration point expects.
|
String |
description
The description to be shown in the integration point of the bean reference
|
String |
displayName
The name that is used for the reference integration point in the pallet
|
Modifier and Type | Optional Element and Description |
---|---|
int |
order
The order at which the integration point will be displayed in the processor or connector icon in the pallet
|
public abstract String displayName
public abstract BeanType beanType
BeanType.CONNECTOR_OPERATION
public abstract String description
Copyright © 2016–2019 AdroitLogic. All rights reserved.