| Package | Description |
|---|---|
| de.skuzzle.jeve |
This package defines the main public API of jeve. jeve is an open source
framework for implementing the observer pattern in Java 8 .
|
| Modifier and Type | Method and Description |
|---|---|
static FailureCollector |
FailureCollector.create()
Creates a new FailureCollector.
|
static FailureCollector |
FailureCollector.delegatingTo(ExceptionCallback ec)
Creates a new FailureCollector which collects every failed notification
attempt, then handle the exception with the given delegate
ExceptionCallback. |
Copyright © 2014–2015. All rights reserved.