public class MessageBusClassLoaderFactory
extends java.lang.Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
Make sure that this listener is triggered before the created ClassLoader is used.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MESSAGE_BUS_JARS_LOCATION |
Constructor and Description |
---|
MessageBusClassLoaderFactory() |
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.support.PathMatchingResourcePatternResolver |
getResolver() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event) |
public static final java.lang.String MESSAGE_BUS_JARS_LOCATION
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
public org.springframework.core.io.support.PathMatchingResourcePatternResolver getResolver()