Event Hub overview
The Event Hub is a generic Grid extension for sending events between Infor applications. It is a publisher-subscriber application framework that allows publisher-applications to expose historical data to subscriber-applications that are interested in receiving this data.
In the Event Hub page there are two views for all subscriptions. These views are the Subscriber view that shows the subscriptions as created by the subscribers, and the Publisher view that shows the subscriptions as propagated to the publishers.
EC can act as a subscriber application through the MECEventHubSubscriber channel. You can create multiple MECEventHubSubscriber channels.
IEC version 9.2.0.0 is compatible with Event Hub v1.0.4.
IEC version 10.3.0.0 is compatible with Event Hub starting from v1.3.1 to the latest.
Definition of terms:
-
Event- A discreet unit of historical data shared by an application that may be relevant to other applications or "Subscriber".
-
Publisher- An application that need to publish events.
-
Subscriber- An application that need to receive events that are published by another application or "Publisher".
-
Subscription- A predicate indicating that a subscriber is to receive a particular event.