IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Use the New Connector Project wizard > Generate an IBM WebSphere Resource Adapter > Generate inbound adapter classes

Generate inbound event polling support

Event polling refers to the adapter polling the event records from the event store at regular intervals. In each poll call, a number of events are processed by the adapter.

Review the information about inbound adapter classes and the information about inbound event polling support in Generate an IBM WebSphere Resource Adapter.

When you choose to generate inbound adapter classes for event polling support, the wizard creates code for the methods that must be implemented to produce a resource adapter that can send polling events from an EIS to a business process.


Procedure

  1. Select the Generate inbound adapter classes check box and then select Event polling support in the right pane.

  2. Click Finish.


What to do next

Now, you can generate inbound callback event classes.

Generate inbound adapter classes