Skip to content

attemper/attemper-samples

Repository files navigation

attemper-samples

  • 任务调度中心attemper的Demo项目
    • attemper-samples-spring-boot: Spring Boot框架集成的例子
    • attemper-samples-spring: Spring MVC框架集成的例子

Http任务

接收参数的Http任务

  • 实体类接收参数 - 参数在调度中心定义,执行时传给业务应用(反射为对象)

  • Map接收参数 - 参数在调度中心定义,执行时传给业务应用(反射未Map)

高级

其他

  • 延迟任务 - 调用调度中心API设置任务的触发器