@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Channel
Modifier and Type | Required Element and Description |
---|---|
String |
identifer
The short protocol name for the connector.
|
ChannelType |
type
The endpoint type.
|
public abstract String identifer
public abstract ChannelType type
ChannelType.Inbound
is used to indicate that
the endpoint annotation is used for receiving messages.
ChannelType.Outbound
indicates that the endpoint will be used for
dispatching events.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.