Uses of Interface
org.miaixz.bus.core.Loader

Packages that use Loader
Package
Description
发布订阅模式封装,发布/订阅是一种消息范式 消息的发送者(EventPublisher)将事件或消息(Event)广播出去,订阅者(Subscriber)接收到消息后处理。
加载器的抽象接口和实现,包括懒加载的实现等