Skip to content

Consider Adding stop(timeout) to Polled Endpoints [INT-3118] #7095

Open
@spring-operator

Description

@spring-operator

Gary Russell opened INT-3118 and commented

AbstractPollingEndpoint.doStop() uses this.runningTask.cancel(true); which will attempt to interrrupt an existing poll (if any).

It would be nice if we had an option to soft cancel and wait (if necessary) and only hard-cancel after a timeout has elapsed.


Reference URL: http://forum.springsource.org/showthread.php?140958-failed-to-send-message-to-channel-within-timeout-1&p=453828#post453828

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions