mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 03:01:05 +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 {}
|