Package org.rspeer.event
Class Subscription
java.lang.Object
org.rspeer.event.Subscription
-
Constructor Summary
ConstructorDescriptionSubscription
(Class<?> type, Object reference, Method address, boolean async) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Class<?>
getType()
boolean
isAsync()
boolean
isParameterAnnotationPresent
(Class<? extends Annotation> annotation)
-
Constructor Details
-
Subscription
-
-
Method Details
-
delegate
-
isParameterAnnotationPresent
-
getType
-
getReference
-
getAddress
-
isAsync
public boolean isAsync()
-