Files
SCM-Manager/scm-webapp/src/main/java/sonia/scm/event/RecreateEventBusEvent.java
2019-06-05 16:10:15 +02:00

8 lines
280 B
Java

package sonia.scm.event;
/**
* This event forces the {@link ScmEventBus} to recreate the underlying implementation and to clear all its caches.
* Note: After this event is fired, every subscription is removed from the event bus.
*/
public final class RecreateEventBusEvent {}