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 > Implementing code from the IBM WebSphere Adapter Toolkit > Inbound callback event notification

Request and response callback events

A request and response callback event is a synchronous operation in which the EIS sends a callback call to the adapter and waits for the adapter to respond to the call.

Since the EIS expects a response from the adapter, event delivery to multiple endpoints cannot be supported.

The following is an illustration of synchronous callback event processing.

Inbound callback event notification


Related concepts:

One-way callback events

Use the IBM WebSphere adapter foundation classes for inbound callback event processing

Callback event sender

Callback event processing for basic delivery

Callback event processing for event delivery with XA transaction

Callback event processing for event recovery