com.atlassian.trackback
Interface TrackbackStore
- All Known Implementing Classes:
- QueueTrackbackStore
public interface TrackbackStore
An interface to be implemented by different TrackbackStore (ie different storage mechanisms).
storeTrackback
void storeTrackback(Trackback tb,
HttpServletRequest request)
throws TrackbackException
- Store a trackback ping.
- Parameters:
tb - The trackback ping being receivedrequest - The request being 'pinged' (useful to get out the path info or some way to determine the content being pinged within your system)
- Throws:
TrackbackException