| Package | Description |
|---|---|
| com.vaadin.flow.di | |
| com.vaadin.flow.server |
| Modifier and Type | Method and Description |
|---|---|
default Stream<BootstrapListener> |
Instantiator.getBootstrapListeners(Stream<BootstrapListener> serviceInitListeners)
Processes the available bootstrap listeners.
|
| Modifier and Type | Method and Description |
|---|---|
default Stream<BootstrapListener> |
Instantiator.getBootstrapListeners(Stream<BootstrapListener> serviceInitListeners)
Processes the available bootstrap listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Stream<BootstrapListener> |
ServiceInitEvent.getAddedBootstrapListeners()
Gets a stream of all bootstrap listeners that have been added for the
service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInitEvent.addBootstrapListener(BootstrapListener bootstrapListener)
Adds a new bootstrap listener that will be used by this service.
|
Copyright © 2025. All rights reserved.