Databases Reference
In-Depth Information
Note that when we raise an event, there is no indication provided as to how to route
or deliver the event. In the next section, we will look at how events are consumed.
Publishing an event using Java
We can also publish and consume events using Java. In this section, we will look at
how Java code can be used to publish an event.
To publish an event, we need to go through the following steps:
1.
Create the event
2.
Connect to the Event Delivery Network
3.
Publish the event on the connection
 
Search WWH ::




Custom Search