public class ControllerScopeProvider
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
<any> |
correspondingEvents() |
static ControllerScopeProvider |
from(Controller controller) |
static ControllerScopeProvider |
from(Controller controller,
<any> correspondingEventsFunction) |
static ControllerScopeProvider |
from(Controller controller,
ControllerEvent untilEvent) |
<any> |
lifecycle() |
ControllerEvent |
peekLifecycle() |
CompletableSource |
requestScope() |
public static ControllerScopeProvider from(Controller controller)
public static ControllerScopeProvider from(Controller controller, ControllerEvent untilEvent)
public static ControllerScopeProvider from(Controller controller, <any> correspondingEventsFunction)
public <any> lifecycle()
public <any> correspondingEvents()
public ControllerEvent peekLifecycle()
public CompletableSource requestScope()
throws java.lang.Exception
java.lang.Exception