Interface RepositoryEventTrigger

All Known Subinterfaces:
RepositoryEventTriggerCapability

public interface RepositoryEventTrigger
Author:
Adolfo Pérez
  • Method Summary

    Modifier and Type
    Method
    Description
    <S extends RepositoryEventType, T>
    void
    trigger(Class<S> repositoryEventTypeClass, Class<T> modelClass, T model)