public class LikeCreatedBatchingProcessor extends Object implements com.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
Constructor and Description |
---|
LikeCreatedBatchingProcessor() |
Modifier and Type | Method and Description |
---|---|
Class<LikePayload> |
getPayloadType() |
Class<SimpleLikePayload> |
getPayloadTypeImpl() |
LikeContext |
process(LikePayload payload,
LikeContext context) |
public LikeContext process(LikePayload payload, LikeContext context)
process
in interface com.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
public Class<SimpleLikePayload> getPayloadTypeImpl()
getPayloadTypeImpl
in interface com.atlassian.confluence.notifications.batch.service.BatchingProcessor<LikePayload,SimpleLikePayload,LikeContext>
public Class<LikePayload> getPayloadType()
getPayloadType
in interface com.atlassian.confluence.notifications.Participant<LikePayload>
Copyright © 2003–2018 Atlassian. All rights reserved.