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 Detail

      • getFailedContent

        T getFailedContent​(W failedContentRequest)
        This method sends a failed content get request to a WebSub Hub.
        Parameters:
        failedContentRequest - metadata required for getting failed content.
        Returns:
        response for failed content get request.