@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 annotations| Modifier 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_OPERATIONpublic abstract String description
Copyright © 2016–2019 AdroitLogic. All rights reserved.