Class AnnotatedSubscriber
java.lang.Object
org.palladiosimulator.analyzer.slingshot.eventdriver.entity.AnnotatedSubscriber
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Subscriber.Builder<T>
fromJavaMethod
(Class<T> forEvent, Object target, Method method, Subscribe annotation, IPreInterceptor preInterceptor, IPostInterceptor postInterceptor)
-
Method Details
-
fromJavaMethod
public static <T> Subscriber.Builder<T> fromJavaMethod(Class<T> forEvent, Object target, Method method, Subscribe annotation, IPreInterceptor preInterceptor, IPostInterceptor postInterceptor)
-