public interface ElasticJobListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterJobExecuted(ShardingContexts shardingContexts)
作业执行后的执行的方法.
|
void |
beforeJobExecuted(ShardingContexts shardingContexts)
作业执行前的执行的方法.
|
void beforeJobExecuted(ShardingContexts shardingContexts)
shardingContexts - 分片上下文void afterJobExecuted(ShardingContexts shardingContexts)
shardingContexts - 分片上下文Copyright © 2017. All rights reserved.