public interface IConsulRefreshEventListener
限定符和类型 | 方法和说明 |
---|---|
void |
asyncInvoke(ConfigChangeCallback configChangeCallback,
String entryKey,
Object lastValue,
Object currentValue) |
void |
handle(org.springframework.boot.context.event.ApplicationReadyEvent event) |
void |
handle(ConsulRefreshEvent event) |
void |
syncInvoke(ConfigChangeCallback configChangeCallback,
String entryKey,
Object lastValue,
Object currentValue) |
void handle(org.springframework.boot.context.event.ApplicationReadyEvent event)
void handle(ConsulRefreshEvent event)
void asyncInvoke(ConfigChangeCallback configChangeCallback, String entryKey, Object lastValue, Object currentValue)
void syncInvoke(ConfigChangeCallback configChangeCallback, String entryKey, Object lastValue, Object currentValue)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.