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