[ https://issues.apache.org/jira/browse/CXF-7011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429433#comment-15429433 ]
Sergey Beryozkin commented on CXF-7011: --------------------------------------- effectively if you do Continuation.suspend(0) and then Continuation.resume then it is equivalent to for example Continuation.suspend(1000). In the former case you manually return the Continuation from a suspended state by calling resume() - in the latter Continuation is resumed due the fact the timeout has expired. In both cases Continuation becomes resumed. thanks > same method signature needs to be added in Continuation > ------------------------------------------------------- > > Key: CXF-7011 > URL: https://issues.apache.org/jira/browse/CXF-7011 > Project: CXF > Issue Type: Sub-task > Components: Transports > Affects Versions: 3.1.7 > Reporter: onder sezgin > Fix For: 3.2.0 > > > As this method requires access over Continuation interface this should be > provided and other implementations like transport-jms and transport-http with > default implementation and transport-http-jetty with real implemenration > should be provided. -- This message was sent by Atlassian JIRA (v6.3.4#6332)