Class NonClusterEventWrapperService
- java.lang.Object
-
- com.atlassian.confluence.cluster.nonclustered.NonClusterEventWrapperService
-
- All Implemented Interfaces:
ClusterEventWrapperService
@Internal public class NonClusterEventWrapperService extends Object implements ClusterEventWrapperService
Generic wrapper service for use in non-clustered confluence. This should never be called in a non-clustered instance.- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description NonClusterEventWrapperService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfluenceEvent
wrap(Object src, com.atlassian.event.Event event)
-
-
-
Method Detail
-
wrap
public ConfluenceEvent wrap(Object src, com.atlassian.event.Event event)
- Specified by:
wrap
in interfaceClusterEventWrapperService
-
-