Class JGitEventsBroadcast
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.ws.cluster.JGitEventsBroadcast
-
public class JGitEventsBroadcast extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_APPFORMER_TOPIC
-
Constructor Summary
Constructors Constructor Description JGitEventsBroadcast(org.uberfire.commons.cluster.ClusterService clusterService, Consumer<WatchEventsWrapper> eventsPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbroadcast(String fsName, org.uberfire.java.nio.file.Path watchable, List<org.uberfire.java.nio.file.WatchEvent<?>> events)voidclose()voidcreateWatchServiceJMS(String topicName)
-
-
-
Field Detail
-
DEFAULT_APPFORMER_TOPIC
public static final String DEFAULT_APPFORMER_TOPIC
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JGitEventsBroadcast
public JGitEventsBroadcast(org.uberfire.commons.cluster.ClusterService clusterService, Consumer<WatchEventsWrapper> eventsPublisher)
-
-