Class NoticeExec
-
- All Implemented Interfaces:
public class NoticeExec<C>- Since:
2022-12-06
trydofor
-
-
Constructor Summary
Constructors Constructor Description NoticeExec(SmallNotice<C> beanObject)
-
Method Summary
Modifier and Type Method Description booleanaccept(String token)The format is name:Class, which matches name first, then Class. booleanaccept(SmallNotice<C> bean)Whether the bean is accepted voidpostNotice(String config, String subject, String content)Post a notice with combined the config SmallNotice<C>getBeanObject()Class<out Object>getBeanClass()-
-
Constructor Detail
-
NoticeExec
NoticeExec(SmallNotice<C> beanObject)
-
-
Method Detail
-
postNotice
void postNotice(String config, String subject, String content)
Post a notice with combined the config
-
getBeanObject
@NotNull() SmallNotice<C> getBeanObject()
-
getBeanClass
@NotNull() Class<out Object> getBeanClass()
-
-
-
-