Uses of Interface
com.vaadin.flow.function.SerializableSupplier
Packages that use SerializableSupplier
-
Uses of SerializableSupplier in com.vaadin.flow.server.communication
Constructors in com.vaadin.flow.server.communication with parameters of type SerializableSupplierModifierConstructorDescriptionPwaHandler(SerializableSupplier<PwaRegistry> pwaRegistryGetter) Creates PwaHandler fromPwaRegistrygetter. -
Uses of SerializableSupplier in com.vaadin.flow.signals.impl
Methods in com.vaadin.flow.signals.impl with parameters of type SerializableSupplierModifier and TypeMethodDescriptionstatic voidTransaction.setTransactionFallback(@Nullable SerializableSupplier<@Nullable Transaction> fallback) Sets a supplier that provides a fallback transaction when no explicit transaction is active on the current thread.