@MessageEndpoint public class FishBatchExplorerActivator extends AbstractFishBatchActivator<FishBatchExploreRequest<FishBatchExploreResponse>,FishBatchExploreResponse>
| 构造器和说明 |
|---|
FishBatchExplorerActivator() |
| 限定符和类型 | 方法和说明 |
|---|---|
FishBatchExploreResponse |
activate(FishBatchExploreRequest<FishBatchExploreResponse> request) |
Object |
insertJournal(FishBatchExploreRequest<FishBatchExploreResponse> request)
日志表插入.
|
FishBatchExploreResponse |
responseWithException(FishBatchExploreRequest<FishBatchExploreResponse> request,
Exception exception)
根据异常获取响应.
|
void |
updateJournal(Object journal,
AbstractFishBatchHandler<FishBatchExploreRequest<FishBatchExploreResponse>,FishBatchExploreResponse> handler,
FishBatchExploreResponse response)
日志表更新.
|
doActivate, init@ServiceActivator(inputChannel="fishBatchExploreChannel") public FishBatchExploreResponse activate(FishBatchExploreRequest<FishBatchExploreResponse> request)
public FishBatchExploreResponse responseWithException(FishBatchExploreRequest<FishBatchExploreResponse> request, Exception exception)
AbstractFishBatchActivatorresponseWithException 在类中 AbstractFishBatchActivator<FishBatchExploreRequest<FishBatchExploreResponse>,FishBatchExploreResponse>request - 请求exception - 异常public Object insertJournal(FishBatchExploreRequest<FishBatchExploreResponse> request)
AbstractFishBatchActivatorinsertJournal 在类中 AbstractFishBatchActivator<FishBatchExploreRequest<FishBatchExploreResponse>,FishBatchExploreResponse>request - 请求public void updateJournal(Object journal, AbstractFishBatchHandler<FishBatchExploreRequest<FishBatchExploreResponse>,FishBatchExploreResponse> handler, FishBatchExploreResponse response)
AbstractFishBatchActivatorupdateJournal 在类中 AbstractFishBatchActivator<FishBatchExploreRequest<FishBatchExploreResponse>,FishBatchExploreResponse>journal - 日志handler - 处理器response - 响应Copyright © 2021 KRProject. All rights reserved.