public interface Lifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
init()
callback received before any events are processed by the Static event
processor.
|
void |
tearDown()
callback received after all events are processed by the Static event
processor, and no more are expected.
|
void init()
void tearDown()
Copyright © 2019. All rights reserved.