Class ESClient
java.lang.Object
overit.geocallapp.wfm.core.ux.eventstreaming.client.ESClient
- All Implemented Interfaces:
WebClientActions
- Direct Known Subclasses:
DefaultRestClient,LocalStackRestClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.client.RestClientprotected abstract StringvoidpurgeQueue(String endpoint)
-
Constructor Details
-
ESClient
public ESClient()
-
-
Method Details
-
getEventStreamingRestClient
@Bean public org.springframework.web.client.RestClient getEventStreamingRestClient() -
getServicesUrl
-
subscribe
- Specified by:
subscribein interfaceWebClientActions
-
readQueue
- Specified by:
readQueuein interfaceWebClientActions
-
purgeQueue
- Specified by:
purgeQueuein interfaceWebClientActions
-