Class WatchEventManager
- java.lang.Object
-
- org.apache.logging.log4j.spring.cloud.config.client.WatchEventManager
-
- All Implemented Interfaces:
org.apache.logging.log4j.core.util.WatchEventService
public class WatchEventManager extends Object implements org.apache.logging.log4j.core.util.WatchEventService
-
-
Constructor Summary
Constructors Constructor Description WatchEventManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
publishEvent()
void
subscribe(org.apache.logging.log4j.core.util.WatchManager manager)
void
unsubscribe(org.apache.logging.log4j.core.util.WatchManager manager)
-
-
-
Constructor Detail
-
WatchEventManager
public WatchEventManager()
-
-
Method Detail
-
publishEvent
public static void publishEvent()
-
subscribe
public void subscribe(org.apache.logging.log4j.core.util.WatchManager manager)
- Specified by:
subscribe
in interfaceorg.apache.logging.log4j.core.util.WatchEventService
-
unsubscribe
public void unsubscribe(org.apache.logging.log4j.core.util.WatchManager manager)
- Specified by:
unsubscribe
in interfaceorg.apache.logging.log4j.core.util.WatchEventService
-
-