Uses of Interface
alpine.event.framework.Subscriber
-
Packages that use Subscriber Package Description alpine.event.framework This package contains the Alpine event framework.alpine.persistence This package contains functionality related to persistence including query managers and startup initializers.alpine.tasks This package contains tasks that may be executed by the Alpine event framework. -
-
Uses of Subscriber in alpine.event.framework
Subinterfaces of Subscriber in alpine.event.framework Modifier and Type Interface Description interfaceLoggableSubscriberDefines an optional type of Subscriber that is capable of being logged withEventServiceLog.Method parameters in alpine.event.framework with type arguments of type Subscriber Modifier and Type Method Description voidBaseEventService. unsubscribe(Class<? extends Subscriber> subscriberType)Unsubscribes a subscriber.voidIEventService. unsubscribe(Class<? extends Subscriber> subscriberType)Unsubscribes a subscriber. -
Uses of Subscriber in alpine.persistence
Method parameters in alpine.persistence with type arguments of type Subscriber Modifier and Type Method Description EventServiceLogAlpineQueryManager. createEventServiceLog(Class<? extends Subscriber> clazz)Creates a new EventServiceLog. -
Uses of Subscriber in alpine.tasks
Classes in alpine.tasks that implement Subscriber Modifier and Type Class Description classLdapSyncTaskA task to synchronize LDAP users.
-