| Package | Description |
|---|---|
| de.skuzzle.jeve.builder |
This package contains the specification of jeve's fluent builder API for
creating
EventProvider. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventProviderConfigurator.Chainable<C,E>
Allows chaining of fluent API objects using the word 'and' and provides
methods to obtain the configured
EventProvider. |
| Modifier and Type | Method and Description |
|---|---|
EventProviderConfigurator.Final<StatisticsEventProvider<S,E>> |
EventProviderConfigurator.ProviderConfigurator.statistics()
Wraps the so far configured provider with a
StatisticsEventProvider which counts all dispatch actions. |
EventProviderConfigurator.Final<StatisticsEventProvider<S,E>> |
EventProviderConfigurator.AsyncProviderConfigurator.statistics()
Wraps the so far configured provider with a
StatisticsEventProvider which counts all dispatch actions. |
Copyright © 2014–2015. All rights reserved.