Creating the Event Provider Java Code

A Gateway event provider must have a Java class that implements the EventProvider interface. Several interfaces and classes are related to an event provider. These include:

If the event provider is a polling type, it should have real implementation for the "poll" method. If the event provider is a receiving type, it should implement the "receive" method instead.The sample event provider implements both poll and receive methods.

Related Topics

Using the Poll Method

Using the Receive Method



Legal Notices | Your Privacy Rights
Copyright © 2013, 2020

Last Published Monday, November 30, 2020