Closing ticket 368
This commit is contained in:
parent
d6a874c4fe
commit
c4c5babfd6
1 changed files with 2 additions and 0 deletions
|
|
@ -15,10 +15,12 @@ public class Boot {
|
|||
new Component[] {
|
||||
new Component(
|
||||
SimpleService.class,
|
||||
SimpleServiceImpl.class,
|
||||
new LifeCycle(new Permanent()),
|
||||
1000),
|
||||
new Component(
|
||||
PersistentSimpleService.class,
|
||||
PersistentSimpleServiceImpl.class,
|
||||
new LifeCycle(new Permanent()),
|
||||
1000)
|
||||
}).supervise();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue