Class LikeCreatedBatchingProcessor
- java.lang.Object
 - 
- com.atlassian.confluence.plugins.like.notifications.batch.LikeCreatedBatchingProcessor
 
 
- 
- All Implemented Interfaces:
 com.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>,com.atlassian.confluence.notifications.Participant<LikePayload>
public class LikeCreatedBatchingProcessor extends Object implements com.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
 
- 
- 
Constructor Summary
Constructors Constructor Description LikeCreatedBatchingProcessor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<LikePayload>getPayloadType()Class<SimpleLikePayload>getPayloadTypeImpl()LikeContextprocess(LikePayload payload, LikeContext context) 
 - 
 
- 
- 
Method Detail
- 
process
public LikeContext process(LikePayload payload, LikeContext context)
- Specified by:
 processin interfacecom.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
 
- 
getPayloadTypeImpl
public Class<SimpleLikePayload> getPayloadTypeImpl()
- Specified by:
 getPayloadTypeImplin interfacecom.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
 
- 
getPayloadType
public Class<LikePayload> getPayloadType()
- Specified by:
 getPayloadTypein interfacecom.atlassian.confluence.notifications.Participant<LikePayload>
 
 - 
 
 -