Interface SharedInformerEventListener
-
public interface SharedInformerEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default voidonException(SharedIndexInformer<?> informer, Exception e)voidonException(Exception exception)Deprecated.UseonException(SharedIndexInformer, Exception)instead
-
-
-
Method Detail
-
onException
@Deprecated void onException(Exception exception)
Deprecated.UseonException(SharedIndexInformer, Exception)instead
-
onException
default void onException(SharedIndexInformer<?> informer, Exception e)
-
-