Package io.jmix.imap
Interface AvailableBeansProvider
- All Known Implementing Classes:
- AvailableBeansProviderImpl
public interface AvailableBeansProvider
- 
Method SummaryModifier and TypeMethodDescriptiongetEventHandlers(Class<? extends BaseImapEvent> eventClass) Return information about beans and their methods that can be attached to IMAP folder event.Return bean names and class names of custom IMAP Event Generators
- 
Method Details- 
getEventHandlersReturn information about beans and their methods that can be attached to IMAP folder event.- Returns:
- map of bean names to lists of their methods
 
- 
getEventsGeneratorsReturn bean names and class names of custom IMAP Event Generators- Returns:
- map of bean name to class name
 
 
-