public class MessageListenerMetadataResolver extends GenericTopicBasedMetadataResolver implements org.mule.runtime.api.metadata.resolving.OutputTypeResolver<SubscriptionIdentifier>, org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<SubscriptionIdentifier>
| Constructor and Description |
|---|
MessageListenerMetadataResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getAttributesType(org.mule.runtime.api.metadata.MetadataContext context,
SubscriptionIdentifier identifier) |
String |
getCategoryName() |
org.mule.metadata.api.model.MetadataType |
getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
SubscriptionIdentifier identifier) |
String |
getResolverName() |
getConnection, resolveMetadatapublic String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<SubscriptionIdentifier>getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolvergetResolverName in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<SubscriptionIdentifier>public org.mule.metadata.api.model.MetadataType getOutputType(org.mule.runtime.api.metadata.MetadataContext context,
SubscriptionIdentifier identifier)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
getOutputType in interface org.mule.runtime.api.metadata.resolving.OutputTypeResolver<SubscriptionIdentifier>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionpublic String getCategoryName()
getCategoryName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic org.mule.metadata.api.model.MetadataType getAttributesType(org.mule.runtime.api.metadata.MetadataContext context,
SubscriptionIdentifier identifier)
getAttributesType in interface org.mule.runtime.api.metadata.resolving.AttributesTypeResolver<SubscriptionIdentifier>Copyright © 2021 MuleSoft, Inc.. All rights reserved.