Class Subscription


  • public class Subscription
    extends Object
    • Constructor Detail

      • Subscription

        public Subscription​(Class<?> type,
                            Object reference,
                            Method address,
                            boolean async)
    • Method Detail

      • delegate

        public void delegate​(Event event)
      • isParameterAnnotationPresent

        public boolean isParameterAnnotationPresent​(Class<? extends Annotation> annotation)
      • getParameterAnnotation

        public <T extends Annotation> T getParameterAnnotation​(Class<? extends Annotation> annotation)
      • getType

        public Class<?> getType()
      • getReference

        public Object getReference()
      • getAddress

        public Method getAddress()
      • isAsync

        public boolean isAsync()