Details
Description
Add method to Embedder to allow to enqueue stories asynchronously, allowing the exposure of the multi-threading outside of the embedder methods such as runStoriesAsPaths().
Activity
| Field | Original Value | New Value |
|---|---|---|
| Description |
Refer Embedder.runStoriesAsPaths which read stories from paths.
Like that but reading stories from a queue. When the queue is empty, predictably the wait does exactly that. It would be used in conjunction with a restful or messaging way of dropping ad-hoc stories into the queue. |
Refer Embedder.runStoriesAsPaths which reads stories from paths.
Like that but reading stories from a queue. When the queue is empty, predictably the wait does exactly that. It would be used in conjunction with a restful or messaging way of dropping ad-hoc stories into the queue. |
| Assignee | Paul Hammant [ paul ] | |
| Fix Version/s | 3.3 [ 17108 ] | |
| Affects Version/s | web-3.2 [ 16758 ] | |
| Component/s | Core [ 11086 ] |
| Fix Version/s | 3.3 [ 17108 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Paul Hammant [ paul ] | Mauro Talevi [ maurotalevi ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.3 [ 17108 ] | |
| Affects Version/s | web-3.2 [ 16758 ] | |
| Description |
Refer Embedder.runStoriesAsPaths which reads stories from paths.
Like that but reading stories from a queue. When the queue is empty, predictably the wait does exactly that. It would be used in conjunction with a restful or messaging way of dropping ad-hoc stories into the queue. |
Add method to Embedder to allow to enqueue stories asynchronously, allowing the exposure of the multi-threading outside of the embedder methods such as runStoriesAsPaths().
|
| Component/s | Core [ 11086 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Long-running sessions of JBehave seems like an odd use-case to me. And perhaps more germane to JBehave-web. Is this really a Major designation?