java.lang.Object
com.alibaba.cloud.stream.binder.rocketmq.custom.RocketMQBeanContainerCache
public final class RocketMQBeanContainerCache
extends Object
Gets the beans configured in the configuration file.
- Author:
- junboXiang
-
Method Summary
static <T> T
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getBean
public static <T> T getBean(String beanName,
Class<T> clazz)
-
getBean
public static <T> T getBean(String beanName,
Class<T> clazz,
T defaultObj)