Package io.mosip.kernel.core.websub.spi
Interface SubscriptionExtendedClient<T,W>
-
- Type Parameters:
T- Metadata for getting failed messages.W- Failed content response.
public interface SubscriptionExtendedClient<T,W>Implementer of this interface should be responsible for extended tasks of a subscriber.- Author:
- Urvil Joshi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetFailedContent(W failedContentRequest)This method sends a failed content get request to a WebSub Hub.
-