What you'll learn:
- Learn to create Mule Custom Connectors
- Learn to use Mule Java SDK to create custom connectors
- Connect to systems of your choice
- Expand your knowledge and Increase Expertise
This course is helpful to students who want to create custom connectors or want to increase their knowledge by understanding how mulesoft components can be created.
After watching this course, you can create custom connectors for your company's legacy systems or products.
Students can also use the information provided by this course to expand their knowledge . Well, everyone is looking for increasing their expertise. So why not take an action on this?
Pre-Requisite
Basic Knowledge of Mule 4
Basic Knowledge of Java 8 & Functional Programming
What this course covers
Creating Custom Components - Operations, Source, Validator, Router and Scope
Mini Version of already existing MuleSoft components
Mini version of JMS module, isNotBlankString validator, IfElseRouter and CustomCacheScope
What this course does not cover?
DataSense and Metadata
Functions
Testcases
Does not cover Complete Mule Java SDK
Details of what you will learn -
·Introduction of UseCase
Implementing Usecase using Mule JMSModule before creating mini version of JMSModule
Introduction to Module Structure
Create Extension Project
Create Publish and Consume Operations
Create OnNewMessage Source
Parameter handling in all components
Connect to ActiveMQServer
Publish and Consume messages from ActiveMQ
Handling CorrelationId in Publish,Consume and OnNewMessage Source
Error Handling for operations
Validator - isNotBlankString
Router - IfElseRouter
Scope - CustomCache
Use these custom components in application and test them
Environment Setup -
Java 8
Apache Maven
Apache Active MQ
Anypoint Studio
Postman