Class NoticeExec

  • All Implemented Interfaces:

    
    public class NoticeExec<C>
    
                        
    Since:

    2022-12-06

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      NoticeExec(SmallNotice<C> beanObject)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean accept(String token) The format is name:Class, which matches name first, then Class.
      boolean accept(SmallNotice<C> bean) Whether the bean is accepted
      void postNotice(String config, String subject, String content) Post a notice with combined the config
      SmallNotice<C> getBeanObject()
      Class<out Object> getBeanClass()
      • Methods inherited from class java.lang.Object

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

      • NoticeExec

        NoticeExec(SmallNotice<C> beanObject)