Class PublisherClientImpl<P>

  • Type Parameters:
    P - Type of payload.
    All Implemented Interfaces:
    PublisherClient<String,​P,​org.springframework.http.HttpHeaders>

    @Component
    public class PublisherClientImpl<P>
    extends Object
    implements PublisherClient<String,​P,​org.springframework.http.HttpHeaders>
    This class is responsible for all the specification stated in PublisherClient interface.
    Author:
    Urvil Joshi