public class ContainerRegistrar extends LifecycleObjectSupport implements org.springframework.context.ApplicationListener<org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent>
| コンストラクターと説明 |
|---|
ContainerRegistrar(java.lang.String trackUrl, java.lang.String containerId, HostInfoDiscovery hostInfoDiscovery) 新しいコンテナーレジストラをインスタンス化します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | onApplicationEvent(org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent event) |
afterPropertiesSet, doStart, doStop, getBeanFactory, getPhase, getTaskExecutor, getTaskScheduler, getYarnEventPublisher, isAutoStartup, isRunning, onInit, setAutoStartup, setBeanFactory, setPhase, setTaskExecutor, setTaskScheduler, setYarnEventPublisher, start, stop, stoppublic ContainerRegistrar(java.lang.String trackUrl,
java.lang.String containerId,
HostInfoDiscovery hostInfoDiscovery)trackUrl - トラックの URLcontainerId - コンテナー IDhostInfoDiscovery - ホスト情報の検出 public void onApplicationEvent(org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent event)
org.springframework.context.ApplicationListener<org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent> 内の onApplicationEvent