public interface TriggerFactory
RepositoryBuilder
to automatically register
triggers as Storable types become available.Modifier and Type | Method and Description |
---|---|
<S extends Storable> |
triggerFor(java.lang.Class<S> type)
Return an appropriate trigger for the given type, or null if none.
|
<S extends Storable> Trigger<? super S> triggerFor(java.lang.Class<S> type) throws RepositoryException
type
- Storable type requesting an automatic triggerRepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.