Package io.jmix.imap
Interface AvailableBeansProvider
- All Known Implementing Classes:
AvailableBeansProviderImpl
public interface AvailableBeansProvider
-
Method Summary
Modifier 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
-
getEventHandlers
Return information about beans and their methods that can be attached to IMAP folder event.- Returns:
- map of bean names to lists of their methods
-
getEventsGenerators
Return bean names and class names of custom IMAP Event Generators- Returns:
- map of bean name to class name
-