Package com.adobe.aio.event.publish
Interface PublishService
-
public interface PublishService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPublishService.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PublishService.Builderbuilder()CloudEventpublishCloudEvent(Boolean isPhiData, String providerId, String eventCode, String eventId, com.fasterxml.jackson.databind.JsonNode data)CloudEventpublishCloudEvent(String providerId, String eventCode, String data)CloudEventpublishCloudEvent(String providerId, String eventCode, String eventId, com.fasterxml.jackson.databind.JsonNode data)CloudEventpublishCloudEvent(String providerId, String eventCode, String eventId, String data)voidpublishRawEvent(Boolean isPhiData, String providerId, String eventCode, String eventId, String rawEvent)voidpublishRawEvent(String providerId, String eventCode, String rawEvent)
-
-
-
Method Detail
-
publishCloudEvent
CloudEvent publishCloudEvent(String providerId, String eventCode, String eventId, com.fasterxml.jackson.databind.JsonNode data)
-
publishCloudEvent
CloudEvent publishCloudEvent(String providerId, String eventCode, String data) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
publishCloudEvent
CloudEvent publishCloudEvent(String providerId, String eventCode, String eventId, String data) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
publishCloudEvent
CloudEvent publishCloudEvent(Boolean isPhiData, String providerId, String eventCode, String eventId, com.fasterxml.jackson.databind.JsonNode data)
-
publishRawEvent
void publishRawEvent(Boolean isPhiData, String providerId, String eventCode, String eventId, String rawEvent)
-
builder
static PublishService.Builder builder()
-
-