The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
Integration::getStatus returns a Optional<IntegrationStatus> that is
non empty in all cases with a single property (currentState)
populated. This simplifies that method to return just the
IntegrationRevisionState.
Also simplifies and makes more explicit the logic of counting active
integrations of a user.
Integration::getStatus
returns aOptional<IntegrationStatus>
that is non empty in all cases with a single property (currentState
) populated. This simplifies that method to return just theIntegrationRevisionState
. Also simplifies and makes more explicit the logic of counting active integrations of a user.