t_ChannelTypes_ChannelType
ChannelType : Extends ChannelType
Properties
description : stringChannel type description.
element : identifierChannel metadata XML element name.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
exporter : qualJavaNameMetadata exporter Java class, implementing the XMLIntegrationMetadataExporter interface.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* loader : qualJavaNameMetadata loader Java class, implementing the XMLIntegrationMetadataLoader interface.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* name : stringChannel type name.
receiver : qualJavaNameReceiver component Java class.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)* sender : qualJavaNameSender component Java class, implementing the Sender interface, and possibly, the Responder interface.
Valid values based on“string”. |[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*
Parents
Parent topic: ChannelTypes