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
Copyright © 2013, 2015, Oracle and/or its affiliates. All rights reserved.

Last Published Wednesday, March 25, 2015