Adding annotation support for WorkerStateChangeListener.
This commit is contained in:
parent
06aeaf77aa
commit
12f0b59a64
1 changed files with 1 additions and 0 deletions
|
|
@ -1163,6 +1163,7 @@ public class Worker implements Runnable {
|
|||
private ShardPrioritization shardPrioritization;
|
||||
@Setter @Accessors(fluent = true)
|
||||
private IKinesisProxy kinesisProxy;
|
||||
@Setter @Accessors(fluent = true)
|
||||
private WorkerStateChangeListener workerStateChangeListener;
|
||||
|
||||
@VisibleForTesting
|
||||
|
|
|
|||
Loading…
Reference in a new issue