Part 3: Advanced Topic - Validate Publish Of Platform Event

āđāļŠāļĢāđŒ
āļāļąāļ‡
  • āđ€āļœāļĒāđāļžāļĢāđˆāđ€āļĄāļ·āđˆāļ­ 23 āļ˜.āļ„. 2023
  • This video covers.
    👉Result Of Platform Event
    👉Test Class for Platform Event
    📚 Resources:
    Looking for additional resources and code examples? Check out the links in the video description.
    🔗Streaming Monitor : appexchange.salesforce.com/ap...
    🔗Change Data Capture : â€Ē Part 1: Change Data Ca...
    🚀 Dive into the dynamic world of Platform Events with our latest video! 🌐 Whether you're a seasoned developer or just getting started, this overview is your gateway to understanding the transformative capabilities of Platform Events.
    🔍 Key Takeaways:
    Introduction to Platform Events: Discover what Platform Events are and how they serve as a cornerstone for event-driven architecture.
    Real-time Communication: Explore how Platform Events enable seamless, real-time communication between applications, systems, and components.
    Event-Driven Paradigm: Learn about the paradigm shift towards event-driven development and how Platform Events play a pivotal role in building responsive, scalable applications.
    Scalability and Flexibility: Uncover the scalability and flexibility advantages offered by Platform Events, ensuring your applications can grow and adapt to changing requirements.
    Use Cases and Applications: Explore practical use cases where Platform Events shine, from keeping data in sync across systems to triggering actions based on specific events.
    Salesforce Integration: Understand how Platform Events seamlessly integrate with the Salesforce platform, enhancing the capabilities of your Salesforce applications.
    Publish-Subscribe Model: Grasp the concept of the publish-subscribe model and how it fosters efficient communication among diverse components.
    Implementation Best Practices: Gain insights into best practices for implementing Platform Events, ensuring a robust and reliable event-driven architecture.
    🛠ïļ Tools and Resources: We'll share valuable resources, tools, and documentation to empower you on your journey with Platform Events.
    #salesforce #salesforcedeveloper #salesforceintegration #integration

āļ„āļ§āļēāļĄāļ„āļīāļ”āđ€āļŦāđ‡āļ™ • 11

  • @hiteshkala5658
    @hiteshkala5658 8 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    very good content and presentation skills

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  6 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

      Glad you liked 8t

  • @mukhiavidyakiran2132
    @mukhiavidyakiran2132 6 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™ +2

    As always, a simple and very clear explanation!

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  6 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      Glad you found this helpful

  • @namanshetty2781
    @namanshetty2781 7 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē

    Since the final results using Callback from EventBus.publish is asynchronous. So should we use future or queueable class whenever we have a logic that publishes EventBus so that the CPU timeout error won't come?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  6 āļ§āļąāļ™āļ—āļĩāđˆāļœāđˆāļēāļ™āļĄāļē +1

      Not mandatory, by default response will always be asynchronous

  • @drikenha
    @drikenha 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    If I am publishing the event via API from an external system, is there any way of implement the callback?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      You can write down the logic in subscription part

  • @lavanyav-ew5zk
    @lavanyav-ew5zk 2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

    Could you please share the coding part as well??

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  2 āļŦāļĨāļēāļĒāđ€āļ”āļ·āļ­āļ™āļāđˆāļ­āļ™

      cant share code due to copyright. you can refer it from video and implement by yourself.