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()
LikeContext
process(LikePayload payload, LikeContext context)
-
-
-
Method Detail
-
process
public LikeContext process(LikePayload payload, LikeContext context)
- Specified by:
process
in interfacecom.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
-
getPayloadTypeImpl
public Class<SimpleLikePayload> getPayloadTypeImpl()
- Specified by:
getPayloadTypeImpl
in interfacecom.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
-
getPayloadType
public Class<LikePayload> getPayloadType()
- Specified by:
getPayloadType
in interfacecom.atlassian.confluence.notifications.Participant<LikePayload>
-
-