Interface PublishService


  • public interface PublishService
    • 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​(String providerId,
                             String eventCode,
                             String rawEvent)