[Weekly Quizzicles] The process of exposing APIs in a legacy application makes it event driven.

hong
hong Guest Posts: 480 ✭✭✭✭✭

[Weekly Quizzicles] The process of exposing APIs in a legacy application makes it event driven. 4 votes

True
0% 0 votes
False
75% 3 votes
I don't know.
25% 1 vote

Comments

  • hong
    hong Guest Posts: 480 ✭✭✭✭✭

    Not sure if your answer is correct? Check it out!

  • giri
    giri Member, Administrator, Employee Posts: 103 admin

    APIs are about exposing the state of an underlying resource on-demand. Events are about encapsulating the cause and/or effect of a change that may include state and beyond, at a point in time to be routed to specific consumers or be broadcast for public consumption in REAL TIME.

  • Tamimi
    Tamimi Member, Administrator, Employee Posts: 491 admin

    Myth! As Giri mentioned the idea of simply just exposing an API does not make the underlying API or the overall architecture "event-driven"