@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface EgressConnector
XEgressConnectorElement
class.
5. The display name should be unique.
A class annotated with this element can be used in the flow design pallet to send out a message from the integration
flowModifier and Type | Required Element and Description |
---|---|
String |
description
Description for the connector to be used for rendering purposes
|
String |
displayName
The display name of the egress connector shown in the pallet
|
Modifier and Type | Optional Element and Description |
---|---|
String |
iconFileName
The name of the icon file to be used when rendering the egress connector
|
boolean |
requireConfiguration
If true, when processing element is added, the property pane will be visible automatically and if false,
property pane will not be visible when element is added.
|
ScopeType |
scope
Scope of the connector indicating where an element annotated with this annotation can be dropped in the pallet
|
public abstract String displayName
public abstract String description
public abstract String iconFileName
public abstract ScopeType scope
public abstract boolean requireConfiguration
Copyright © 2016–2019 AdroitLogic. All rights reserved.