mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 03:10:50 +01:00
8 lines
280 B
Java
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 {}
|