public interface ProcessorSlotEntryCallback<T>
StatisticSlot (passed and blocked).| Modifier and Type | Method and Description |
|---|---|
void |
onBlocked(BlockException ex,
Context context,
ResourceWrapper resourceWrapper,
T param,
int count,
Object... args) |
void |
onPass(Context context,
ResourceWrapper resourceWrapper,
T param,
int count,
Object... args) |
void onPass(Context context, ResourceWrapper resourceWrapper, T param, int count, Object... args) throws Exception
Exceptionvoid onBlocked(BlockException ex, Context context, ResourceWrapper resourceWrapper, T param, int count, Object... args)
Copyright © 2019 Alibaba Group. All rights reserved.