Class JsonloggerExtension

java.lang.Object
org.mule.extension.jsonlogger.internal.JsonloggerExtension

@Xml(prefix="json-logger") @Extension(name="JSON Logger") @Export(resources="modules/JSONLoggerModule.dwl") @Configurations(JsonloggerConfiguration.class) @SubTypeMapping(baseType=Destination.class, subTypes={JMSDestination.class,AMQDestination.class,AMQPDestination.class}) @JavaVersionSupport({JAVA_11,JAVA_17}) public class JsonloggerExtension extends Object
This is the main class of an extension, is the entry point from which configurations, connection providers, operations and sources are going to be declared.
  • Constructor Details

    • JsonloggerExtension

      public JsonloggerExtension()