Uses of Class
io.github.resilience4j.core.functions.OnceConsumer
Packages that use OnceConsumer
-
Uses of OnceConsumer in io.github.resilience4j.core.functions
Methods in io.github.resilience4j.core.functions that return OnceConsumerModifier and TypeMethodDescriptionstatic <T> OnceConsumer<T> OnceConsumer.of(T t) Create a do once consumer.