Class EventMethod


  • @Deprecated(since="2021-05-27")
    public class EventMethod
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      EventMethod​(java.lang.Class<?> pojo, java.lang.reflect.Method method)
      Deprecated.
       
      EventMethod​(java.lang.Class<?> pojo, java.lang.String methodName, java.lang.Class<?>... paramTypes)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void call​(java.lang.Object obj, java.lang.Object... args)
      Deprecated.
       
      java.lang.reflect.Method getMethod()
      Deprecated.
       
      boolean isHasSession()
      Deprecated.
       
      boolean isStreaming()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventMethod

        public EventMethod​(java.lang.Class<?> pojo,
                           java.lang.reflect.Method method)
        Deprecated.
      • EventMethod

        public EventMethod​(java.lang.Class<?> pojo,
                           java.lang.String methodName,
                           java.lang.Class<?>... paramTypes)
        Deprecated.
    • Method Detail

      • call

        public void call​(java.lang.Object obj,
                         java.lang.Object... args)
        Deprecated.
      • getMethod

        public java.lang.reflect.Method getMethod()
        Deprecated.
      • isHasSession

        public boolean isHasSession()
        Deprecated.
      • isStreaming

        public boolean isStreaming()
        Deprecated.