Uses of Class
org.springframework.pulsar.support.JavaUtils
Packages that use JavaUtils
Package
Description
Package containing general support components.
-
Uses of JavaUtils in org.springframework.pulsar.support
Fields in org.springframework.pulsar.support declared as JavaUtilsModifier and TypeFieldDescriptionstatic final JavaUtils
JavaUtils.INSTANCE
The singleton instance of this utility class.Methods in org.springframework.pulsar.support that return JavaUtilsModifier and TypeMethodDescription<T> JavaUtils
JavaUtils.acceptIfNotNull
(T value, Consumer<T> consumer) InvokeConsumer.accept(Object)
with the value if it is not null.