
A Better Developer Experience With PollingBusinessService
One of the most visible additions in 4.0.0 is PollingBusinessService.
Before this release, creating a scheduled Python business service meant dealing
directly with the low-level inbound adapter pattern. In 4.0.0, a scheduled
Python entry point can be written directly as a PollingBusinessService and
the framework uses the default IRIS inbound adapter behind the scenes.


