Class EventSinkServiceImpl

    • Constructor Detail

      • EventSinkServiceImpl

        public EventSinkServiceImpl()
    • Method Detail

      • getEventSinks

        public List<EventSink> getEventSinks()
        Description copied from interface: EventSinkService
        Returns a list of all event sinks deployed in current tenant
        Specified by:
        getEventSinks in interface EventSinkService
        Returns:
        List of all event sinks deployed in current tenant
      • getEventSink

        public EventSink getEventSink​(String eventSinkName)
        Description copied from interface: EventSinkService
        Returns event sink with given name that is deployed in current tenant
        Specified by:
        getEventSink in interface EventSinkService
        Parameters:
        eventSinkName - Name of the event sink
        Returns:
        Event sink with given name that is deployed in current tenant. If no event sink found with given name, null is returned