Class EventTypeConverters

java.lang.Object
org.openremote.manager.event.EventTypeConverters
All Implemented Interfaces:
org.apache.camel.TypeConverters

public class EventTypeConverters extends Object implements org.apache.camel.TypeConverters
  • Constructor Details

    • EventTypeConverters

      public EventTypeConverters()
  • Method Details

    • writeEvent

      @Converter public String writeEvent(org.openremote.model.event.shared.SharedEvent event, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • writeEventArray

      @Converter public String writeEventArray(org.openremote.model.event.shared.SharedEvent[] event, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • writeTriggeredEventSubscription

      @Converter public String writeTriggeredEventSubscription(org.openremote.model.event.TriggeredEventSubscription triggeredEventSubscription, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • readEvent

      @Converter public org.openremote.model.event.shared.SharedEvent readEvent(String string, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • writeEventSubscription

      @Converter public String writeEventSubscription(org.openremote.model.event.shared.EventSubscription eventSubscription, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • readEventSubscription

      @Converter public org.openremote.model.event.shared.EventSubscription readEventSubscription(String string, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • readCancelEventSubscription

      @Converter public org.openremote.model.event.shared.CancelEventSubscription readCancelEventSubscription(String string, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception
    • writeUnauthorizedEventSubscription

      @Converter public String writeUnauthorizedEventSubscription(org.openremote.model.event.shared.UnauthorizedEventSubscription unauthorizedEventSubscription, org.apache.camel.Exchange exchange) throws Exception
      Throws:
      Exception